Skip to content

Commit

Permalink
chore: switch from dependabot to Renovate (#5761)
Browse files Browse the repository at this point in the history
* chore: switch from dependabot to Renovate

* Update renovate.json

* Apply suggestions

* apply suggestions

* fix: format renoavte.json

* Back to ignoreDeps, alas

Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
  • Loading branch information
RahulGautamSingh and JoshuaKGoldberg committed Oct 7, 2022
1 parent ac8f06b commit 7a377e4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/dependabot.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/renovate.json
@@ -0,0 +1,19 @@
{
"automerge": true,
"enabledManagers": ["github-actions", "npm"],
"ignoreDeps": ["cypress"],
"internalChecksFilters": "strict",
"labels": ["dependencies"],
"packageRules": [
{
"addLabels": ["github-actions"],
"manager": "github-actions"
},
{
"addLabels": ["javascript"],
"manager": "npm"
}
],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"stabilityDays": 3
}

0 comments on commit 7a377e4

Please sign in to comment.