mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-16 00:59:07 +02:00
21 lines
450 B
Plaintext
21 lines
450 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,
|
|
}
|