Skip to content

Commit

Permalink
chore: bump renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Jan 31, 2024
1 parent 4693561 commit 66e60ce
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"assignees": ["TheKevJames"],
"extends": ["github>thekevjames/tools"],
"extends": [
"github>thekevjames/tools",
"github>thekevjames/tools:trustedpackages"
],
"packageRules": [
{
// only autoupdate python patches, we'll handle minors more explicitly
Expand All @@ -17,5 +20,13 @@
"rangeStrategy": "pin",
"automerge": true,
},
{
"matchUpdateTypes": ["patch"],
"automerge": true
},
],
"lockFileMaintenance": {
"enabled": true,
"schedule": "before 1pm on monday"
},
}

0 comments on commit 66e60ce

Please sign in to comment.