We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edb938b + a5a165c commit 110a883Copy full SHA for 110a883
1 file changed
.github/dependabot.yml
@@ -10,9 +10,15 @@ updates:
10
interval: "weekly"
11
ignore:
12
- dependency-name: "*"
13
- update-types:
14
- - "version-update:semver-major"
15
- - "version-update:semver-minor"
+ update-types: ["version-update:semver-major", "version-update:semver-minor"]
+
+ - package-ecosystem: "npm" # See documentation for possible values
16
+ directory: "/addons/content-browse" # Location of package manifests
17
+ schedule:
18
+ interval: "weekly"
19
+ ignore:
20
+ - dependency-name: "*"
21
22
23
- package-ecosystem: "github-actions" # Also update Github actions
24
directory: "/"
0 commit comments