Skip to content

Commit

Permalink
Adjust renovate config
Browse files Browse the repository at this point in the history
- run weekly
- group ci upload/download artifacts
  • Loading branch information
plannigan committed Feb 10, 2024
1 parent 42f2c3c commit a0b262e
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@

"baseBranches": ["main", "renovate-testing"],
"useBaseBranchConfig": "merge",

"extends": [
"config:recommended",
"helpers:pinGitHubActionDigests"
"helpers:pinGitHubActionDigests",
"schedule:earlyMondays"
],

"enabledManagers": [
Expand All @@ -17,10 +18,6 @@
"custom.regex"
],

"schedule": [
"before 4am"
],

"customManagers": [
{
"customType": "regex",
Expand All @@ -33,5 +30,15 @@
],
"datasourceTemplate": "pypi"
}
],

"packageRules": [
{
"groupName": "GitHub Upload/Download Artifacts",
"matchPackageNames": [
"actions/upload-artifact",
"actions/download-artifact"
]
}
]
}

0 comments on commit a0b262e

Please sign in to comment.