Skip to content

Commit b7adb2f

Browse files
authored
Configure dependabot to ignore non-major changes (#769)
1 parent 0b469d1 commit b7adb2f

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: weekly
7+
registries: '*'
8+
ignore:
9+
# update-package-lock workflow already handles minor/patch updates
10+
- dependency-name: "*"
11+
update-types: ["version-update:semver-minor", "version-update:semver-patch"]

0 commit comments

Comments
 (0)