We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16085c3 commit 72f8e1aCopy full SHA for 72f8e1a
.github/dependabot.yml
.github/renovate.json
@@ -0,0 +1,9 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended"
5
+ ],
6
+ "pre-commit": {
7
+ "enabled": true
8
+ }
9
+}
.github/workflows/main.yml
@@ -10,7 +10,7 @@ env:
10
11
jobs:
12
lint:
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
14
steps:
15
- uses: actions/checkout@master
16
- uses: actions/setup-python@v5
0 commit comments