Skip to content

Commit ebc50fb

Browse files
renovate[bot]renovate-botAnthchirp
authored
Configure Renovate (#103)
and fire dependabot. Close #92 Close #99 Close #100 Close #101 Close #102 Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Markus Gerstel <[email protected]>
1 parent c3a2eb0 commit ebc50fb

File tree

3 files changed

+38
-11
lines changed

3 files changed

+38
-11
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/renovate.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
],
5+
"labels": [
6+
"dependencies"
7+
],
8+
"pip_requirements": {
9+
"fileMatch": [
10+
"^requirements.*\\.txt$"
11+
],
12+
"groupName": "all dependencies",
13+
"groupSlug": "all",
14+
"packageRules": [
15+
{
16+
"groupName": "all dependencies",
17+
"groupSlug": "all",
18+
"matchPackagePatterns": [
19+
"*"
20+
]
21+
}
22+
]
23+
},
24+
"prCreation": "not-pending",
25+
"prHourlyLimit": 2,
26+
"pre-commit": {
27+
"schedule": [
28+
"after 10am and before 4pm every 3 months on the first day of the month"
29+
],
30+
"stabilityDays": 10
31+
},
32+
"schedule": [
33+
"after 7am and before 4pm every monday"
34+
],
35+
"stabilityDays": 2,
36+
"timezone": "Europe/London"
37+
}

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ repos:
1212
rev: v2.0.0
1313
hooks:
1414
- id: check-ast
15+
- id: check-json
1516
- id: check-yaml
1617
- id: flake8
1718
args: ['--max-line-length=88', '--select=E401,E711,E712,E713,E714,E721,E722,E901,F401,F402,F403,F405,F631,F632,F633,F811,F812,F821,F822,F841,F901,W191,W291,W292,W293,W602,W603,W604,W605,W606']

0 commit comments

Comments
 (0)