We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5994c5f commit 522bc0cCopy full SHA for 522bc0c
.github/dependabot.yml
.github/workflows/steps.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os:
15
- - ubuntu-20.04
+ - ubuntu-latest
16
python-version:
17
- "3.11"
18
- "3.10"
renovate.json
@@ -1,6 +1,10 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:recommended"
+ "config:recommended",
5
+ "group:allNonMajor",
6
+ ],
7
+ "reviewers": [
8
+ "maxdymond"
9
]
10
}
0 commit comments