Skip to content

Commit

Permalink
chore(dependabot, renovate): change npm weekly schedule from dependab…
Browse files Browse the repository at this point in the history
…ot to renovate
  • Loading branch information
wd-David committed Jun 27, 2022
1 parent 1803576 commit a09a50f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,3 @@ updates:
schedule:
interval: 'monthly'
open-pull-requests-limit: 10

- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
open-pull-requests-limit: 10
6 changes: 2 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "schedule:earlyMondays"]
}

0 comments on commit a09a50f

Please sign in to comment.