File tree Expand file tree Collapse file tree 3 files changed +13
-38
lines changed Expand file tree Collapse file tree 3 files changed +13
-38
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
---
2
+ ci :
3
+ # We rely on renovate to update it but there is no way to fully disable it
4
+ # https://github.com/pre-commit-ci/issues/issues/83
5
+ autoupdate_schedule : quarterly
6
+ skip :
7
+ - renovate-config-validator # container limits
2
8
default_language_version :
3
9
# ensures that we get same behavior on CI(s) as on local machines
4
10
python : python3.11
@@ -8,6 +14,12 @@ exclude: >
8
14
.tox
9
15
)$
10
16
repos :
17
+ - repo : https://github.com/renovatebot/pre-commit-hooks
18
+ rev : 41.91.1
19
+ hooks :
20
+ - id : renovate-config-validator
21
+ alias : renovate
22
+ args : [--strict]
11
23
- repo : https://github.com/rbubley/mirrors-prettier
12
24
rev : " v3.6.2"
13
25
hooks :
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
- "extends" : [" config:recommended " ]
3
+ "extends" : [" github>ansible/actions// config/renovate.json " ]
4
4
}
You can’t perform that action at this time.
0 commit comments