2019-09-27 09:19:06 +02:00
|
|
|
{
|
|
|
|
extends: [
|
2021-10-25 21:13:10 +02:00
|
|
|
'config:base',
|
2019-09-27 09:19:06 +02:00
|
|
|
|
|
|
|
// Make sure we get a single PR combining all updates
|
2021-10-25 21:13:10 +02:00
|
|
|
'group:all',
|
2019-09-27 09:19:06 +02:00
|
|
|
],
|
|
|
|
|
2021-08-30 18:26:36 +02:00
|
|
|
// Disable dependency dashboard
|
|
|
|
dependencyDashboard: false,
|
|
|
|
|
2019-09-27 09:19:06 +02:00
|
|
|
// Use our labelling system
|
2021-10-25 21:13:10 +02:00
|
|
|
labels: ['dependencies'],
|
2019-09-27 09:19:06 +02:00
|
|
|
|
|
|
|
// Schedule the PRs to interleave with our release schedule
|
2021-10-25 21:13:10 +02:00
|
|
|
schedule: 'on the 2nd and 4th day instance on sunday after 11pm',
|
2019-09-27 09:19:06 +02:00
|
|
|
|
|
|
|
// We generally always want the major version
|
|
|
|
separateMajorMinor: false,
|
2022-05-26 11:38:46 +02:00
|
|
|
|
2022-05-26 11:33:20 +02:00
|
|
|
// We manually update digest dependencies (eg. hashes in Github actions)
|
|
|
|
digest: { enabled: false },
|
2019-09-27 09:19:06 +02:00
|
|
|
}
|