Skip to content

Commit

Permalink
introduce renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Feb 5, 2025
1 parent c6ff840 commit 44203df
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 17 deletions.
File renamed without changes.
File renamed without changes.
17 changes: 0 additions & 17 deletions .github/dependabot.yml

This file was deleted.

33 changes: 33 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"automerge": true,
"lockFileMaintenance": {
"enabled": true,
"schedule": [
"on friday before 3pm"
]
},
"pre-commit": {
"enabled": true,
"schedule": [
"on the first day of the month before 6am"
],
"packageRules": [
{
"groupName": "pre-commit hooks",
"groupSlug": "pre-commit",
"labels": [
"pre-commit",
"dependencies"
],
"matchDepTypes": ["repository"]
}
]
},
"labels": [
"renovate"
]
}

0 comments on commit 44203df

Please sign in to comment.