Skip to content

Commit

Permalink
Migrate Dependabot to Renovate (#767)
Browse files Browse the repository at this point in the history
* Migrate dependabot to renovate

* Remove 3-day stability from package rules

* Disable Renovate Dependency Dashboard creation

* Fix syntax to disable dashboard
  • Loading branch information
leungkinghin-ct authored Sep 20, 2021
1 parent 5d46ad2 commit ae2e0eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .dependabot/config.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": [
"config:base",
":disableDependencyDashboard"
],
"automerge": true,
"schedule": [
"every weekend"
]
}

0 comments on commit ae2e0eb

Please sign in to comment.