Skip to content

Commit

Permalink
Merge pull request #525 from canonical/IAM-1289-fix-renovate
Browse files Browse the repository at this point in the history
Lower update frequency to avoid spamming
  • Loading branch information
BarcoMasile authored Jan 23, 2025
2 parents 40038e3 + 46857a6 commit 9154424
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"helpers:pinGitHubActionDigests",
":enablePreCommit"
],
"timezone": "Europe/London",
"schedule": ["* * * * 1,3,6"],
"automergeType": "pr",
"rebaseWhen": "behind-base-branch",
"packageRules": [
Expand All @@ -20,15 +22,13 @@
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest"],
"automerge": true,
"schedule": ["at any time"],
"additionalBranchPrefix": "auto-"
},
{
"groupName": "UI deps",
"matchManagers": ["npm"],
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest"],
"automerge": true,
"schedule": ["at any time"],
"prPriority": 4,
"additionalBranchPrefix": "auto-"
},
Expand All @@ -41,7 +41,6 @@
"^vanilla-framework"
],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"schedule": ["at any time"],
"prPriority": 5,
"additionalBranchPrefix": "auto-"
},
Expand All @@ -54,28 +53,24 @@
"^vanilla-framework"
],
"matchUpdateTypes": ["major"],
"schedule": ["at any time"],
"prPriority": 5
},
{
"groupName": "Go deps",
"matchManagers": ["gomod"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"schedule": ["at any time"],
"additionalBranchPrefix": "auto-"
},
{
"groupName": "Go deps",
"matchManagers": ["gomod"],
"matchUpdateTypes": ["major"],
"schedule": ["at any time"]
"matchUpdateTypes": ["major"]
},
{
"groupName": "pre-commit hooks",
"matchManagers": ["pre-commit"],
"matchUpdateTypes": ["major", "minor", "patch"],
"automerge": true,
"schedule": ["at any time"],
"additionalBranchPrefix": "auto-"
},
{
Expand Down

0 comments on commit 9154424

Please sign in to comment.