Skip to content

Commit

Permalink
group and schedule dev dependencies for monthly updates (gardener#2044)
Browse files Browse the repository at this point in the history
  • Loading branch information
petersutter authored Aug 21, 2024
1 parent e8815c1 commit 4d5cc54
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
ignorePaths: [
"**/node_modules/**",
"**/.yarn/**",
"**/.yarn/**"
],
customManagers: [
{
Expand All @@ -21,9 +21,18 @@
fileMatch: ["^\.ci\/pipeline_definitions$"],
matchStrings: ["image: ['\"]?(?<depName>.*?):(?<currentValue>.*?)['\"]?\\s"],
datasourceTemplate: "docker"
},
}
],
packageRules: [
{
matchDepTypes: ["devDependencies"],
groupName: "Monthly Dev Dependencies",
schedule: ["on the first day of the month"]
},
{
matchUpdateTypes: ["patch"],
automerge: true
},
{
// Ignore major updates for these dependencies until we support ES modules
matchDatasources: ["npm"],
Expand Down

0 comments on commit 4d5cc54

Please sign in to comment.