We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52c990e + ed45fbe commit 76547b8Copy full SHA for 76547b8
.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
@@ -0,0 +1,10 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended",
5
+ "group:allNonMajor"
6
+ ],
7
+ "reviewers": [
8
+ "maxdymond"
9
+ ]
10
+}
0 commit comments