We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c04722 commit c0aac1aCopy full SHA for c0aac1a
.github/dependabot.yml
@@ -9,6 +9,11 @@ updates:
9
directory: "/" # Location of package manifests
10
schedule:
11
interval: "weekly"
12
+ # Enable updates for package np which has jquery
13
+ - package-ecosystem: "npm" # See documentation for possible values
14
+ directory: "/" # Location of package manifests
15
+ schedule:
16
+ interval: "weekly"
17
18
# Enable version updates for Docker
19
- package-ecosystem: "docker"
0 commit comments