mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 18:04:12 +03:00
31 lines
719 B
Plaintext
31 lines
719 B
Plaintext
|
{
|
||
|
extends: [
|
||
|
"config:base",
|
||
|
|
||
|
// Make sure we get a single PR combining all updates
|
||
|
"group:all",
|
||
|
],
|
||
|
|
||
|
lockFileMaintenance: {
|
||
|
extends: [
|
||
|
// Make sure we get a single PR combining all updates
|
||
|
"group:all",
|
||
|
],
|
||
|
|
||
|
// Explicitly enable lockfile maintenance
|
||
|
enabled: true,
|
||
|
|
||
|
// This schedule should be the same as the general schedule!
|
||
|
schedule: "on the 2nd and 4th day instance on sunday after 11pm",
|
||
|
},
|
||
|
|
||
|
// 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,
|
||
|
}
|