Skip to content

Commit

Permalink
chore: switch from dependabot to renovate
Browse files Browse the repository at this point in the history
This commit removes dependabot to get it disabled by adding
necessay configurations in renovate.
  • Loading branch information
sandeeppanchal-bitgo committed Feb 1, 2024
1 parent 2fb1e26 commit cd04ef3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 50 deletions.
42 changes: 0 additions & 42 deletions .github/dependabot.yml

This file was deleted.

16 changes: 8 additions & 8 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>BitGo/gha-renovate-bot//presets/onboarding#v1.15.1"
],
"baseBranches": [
"master"
],
"enabledManagers": [
"github-actions"
"extends": ["github>BitGo/gha-renovate-bot//presets/onboarding#v1.15.1"],
"baseBranches": ["master"],
"enabledManagers": ["github-actions", "regex", "nix", "pre-commit", "nvm", "nodenv", "npm"],
"packageRules": [
{
"matchDatasources": ["npm"],
"excludeDepNames": ["typescript", "io-ts", "whatwg-url","@semantic-release-extras/github-comment-specific"]
}
]
}

0 comments on commit cd04ef3

Please sign in to comment.