1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-11-16 00:59:07 +02:00
simple-icons/.github/renovate.json5

22 lines
477 B
Plaintext
Raw Normal View History

{
repositories: ['simple-icons/simple-icons'],
extends: [
2024-06-09 18:56:02 +02:00
'config:recommended',
// Make sure we get a single PR combining all updates
'group:all',
],
2024-06-09 18:56:02 +02:00
// Disable Dependency Dashboard
dependencyDashboard: false,
// Use our labelling system
labels: ['dependencies'],
// We generally always want the major version
separateMajorMinor: false,
2024-06-09 18:56:02 +02:00
// We manually update digest dependencies (eg. hashes in GitHub Actions)
2024-03-24 19:38:18 +02:00
digest: {enabled: false},
}