Skip to content

Commit e5fdaac

Browse files
authored
Add Dependabot config (#311)
To keep the deps in this project up to date. Grouping has been enabled to reduce the number of PRs/noise. Docs: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
1 parent 70b8656 commit e5fdaac

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
node-dependencies:
9+
update-types:
10+
- "minor"
11+
- "patch"

0 commit comments

Comments
 (0)