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
2024-03-14 10:15:07 +08:00

21 lines
425 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'],
// We generally always want the major version
separateMajorMinor: false,
// We manually update digest dependencies (eg. hashes in Github actions)
digest: { enabled: false },
}