Compare commits
1 Commits
d5a007e541
...
philipp-pa
Author | SHA1 | Date | |
---|---|---|---|
7c5f59c282 |
@@ -10,7 +10,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
SPECIFIC_BRANCH: chore/update-pre-commit
|
SPECIFIC_BRANCH: chore/update-pre-commit
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
- run: pip install pre-commit
|
- run: pip install pre-commit
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"local>server/Renovate-Template:renovate.json",
|
||||||
|
"config:recommended",
|
||||||
|
":automergeLinters"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user