Skip to content

Commit 72f8e1a

Browse files
authored
Change to renovate (#18)
* Change to renovate * Fix
1 parent 16085c3 commit 72f8e1a

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

.github/dependabot.yml

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

.github/renovate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
lint:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@master
1616
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)