Skip to content

Commit

Permalink
Migrate from Dependabot to Renovate (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Nov 4, 2024
1 parent 8731319 commit dc9d7f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/dependabot.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommitsDisabled",
"schedule:daily"
],
"labels": [
"dependencies"
],
"rebaseWhen": "conflicted"
}

0 comments on commit dc9d7f8

Please sign in to comment.