simple-icons/.github/renovate.json5
LitoMore 8283daf05a
Drop package-lock.json (#6179)
* Drop `package-lock.json`

* Drop lockfile related code

* Drop lockfile maintenance configurations
2021-08-23 19:21:03 +02:00

18 lines
385 B
Plaintext

{
extends: [
"config:base",
// Make sure we get a single PR combining all updates
"group:all",
],
// Use our labelling system
labels: ["dependencies"],
// Schedule the PRs to interleave with our release schedule
schedule: "on the 2nd and 4th day instance on sunday after 11pm",
// We generally always want the major version
separateMajorMinor: false,
}