File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 11default_stages : [commit]
22repos :
33 - repo : https://github.com/astral-sh/ruff-pre-commit
4- rev : v0.6.3
4+ rev : v0.8.4
55 hooks :
66 - id : ruff
77 args : [--fix]
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " config:base"
5+ ],
6+ "semanticCommits" : " enabled" ,
7+ "pep621" : {
8+ "enabled" : true
9+ },
10+ "pre-commit" : {
11+ "enabled" : true
12+ },
13+ "packageRules" : [
14+ {
15+ "description" : " Automerge non-major updates" ,
16+ "matchUpdateTypes" : [
17+ " minor" ,
18+ " patch"
19+ ],
20+ "matchCurrentVersion" : " !/^0/" ,
21+ "automerge" : true
22+ },
23+ {
24+ "matchManagers" : [
25+ " github-actions"
26+ ],
27+ "automerge" : true
28+ }
29+ ]
30+ }
You can’t perform that action at this time.
0 commit comments