Skip to content

Commit

Permalink
👷 Replace Dependabot with Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed Aug 18, 2023
1 parent 7a26577 commit 446a1ea
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ updates:
- "dependencies"
commit-message:
prefix: "⬆️ "
open-pull-requests-limit: 0
25 changes: 25 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"commitMessagePrefix": "⬆️",
"extends": [
"group:allNonMajor"
],
"timezone": "Europe/Amsterdam",
"schedule": ["after 11am every friday"],
"labels": ["dependencies"],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"rangeStrategy": "widen"
},
{
"matchDepTypes": [
"dev",
"docs"
],
"rangeStrategy": "pin"
}
]
}

0 comments on commit 446a1ea

Please sign in to comment.