Skip to content

Commit

Permalink
Merge pull request #333 from sblask/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
sblask committed Feb 27, 2024
2 parents a244ce9 + 252b18a commit 0ff6384
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
os:
- ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"pre-commit": {
"enabled": true
}
}

0 comments on commit 0ff6384

Please sign in to comment.