Skip to content

Commit

Permalink
ci: autoupdate pre-commit by Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
ariwk authored Jun 4, 2024
1 parent 9b4a6d0 commit f888a21
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"config:base",
":prNotPending",
":rebaseStalePrs",
":semanticCommits"
":semanticCommits",
":enablePreCommit"
],
"branchConcurrentLimit": 1,
"packageRules": [
Expand All @@ -16,6 +17,14 @@
"matchManagers": ["maven"],
"matchDepTypes": ["provided", "runtime"],
"enabled": false
},
{
"matchManagers": [
"pre-commit"
],
"automerge": true,
"automergeType": "branch",
"ignoreTests": true
}
]
}

0 comments on commit f888a21

Please sign in to comment.