We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2457c0a commit 5ab8e93Copy full SHA for 5ab8e93
1 file changed
.github/dependabot.yml
@@ -14,3 +14,12 @@ updates:
14
# https://github.com/dependabot/dependabot-core/issues/3103
15
# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#versioning-strategy
16
versioning-strategy: "increase"
17
+
18
+ - package-ecosystem: "npm"
19
+ directory: "/"
20
+ allow:
21
+ - dependency-name: "@mdn/browser-compat-data"
22
+ - dependency-name: "browser-specs"
23
+ schedule:
24
+ interval: "daily"
25
+ versioning-strategy: "increase"
0 commit comments