simple-icons/.github/renovate.json5
renovate[bot] 7ffcc9695f
Update all dependencies (#7442)
* Update all dependencies

* Update create-release.yml

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-26 11:38:46 +02:00

24 lines
556 B
Plaintext

{
extends: [
'config:base',
// Make sure we get a single PR combining all updates
'group:all',
],
// Disable dependency dashboard
dependencyDashboard: false,
// 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,
// We manually update digest dependencies (eg. hashes in Github actions)
digest: { enabled: false },
}