-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Dependabot to CI for all dependency version updates (#1008)
- Loading branch information
1 parent
fa6b2e7
commit 444fb7b
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "npm" | ||
directories: | ||
- "/" | ||
- "/website" | ||
schedule: | ||
interval: "weekly" | ||
day: "sunday" | ||
time: "02:00" | ||
open-pull-requests-limit: 2 | ||
groups: | ||
minor-and-patch: | ||
applies-to: version-updates | ||
update-types: | ||
- "patch" | ||
- "minor" | ||
major: | ||
applies-to: version-updates | ||
update-types: | ||
- "major" | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
day: "sunday" | ||
time: "02:00" | ||
open-pull-requests-limit: 2 | ||
groups: | ||
all-actions: | ||
applies-to: version-updates | ||
patterns: [ "*" ] |