Skip to content

Commit

Permalink
chore: upgrade renovatebot config
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Oct 7, 2024
1 parent 2bd342b commit 12daf3d
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,30 @@
"pre-commit": {
"enabled": true
},
"git-submodules": {
"enabled": true
},
"semanticCommitType": "build",
"packageRules": [
{
"matchManagers": ["pre-commit"],
"matchDepNames": [
"python"
],
"enabled": false
},
{
"matchManagers": [
"pre-commit"
],
"semanticCommitType": "chore",
"groupName": "pre-commit",
"semanticCommitScope": ""
},
{
"matchManagers": ["dockerfile"],
"matchManagers": [
"dockerfile"
],
"pinDigests": true,
"rangeStrategy": "pin",
"minor": {
"enabled": false
Expand Down

0 comments on commit 12daf3d

Please sign in to comment.