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 52382b8 commit 4b6363cCopy full SHA for 4b6363c
.github/dependabot.yml
@@ -11,6 +11,14 @@ updates:
11
interval: "monthly"
12
commit-message:
13
prefix: "[deps] "
14
+ - package-ecosystem: "npm" # See documentation for possible values
15
+ directory: "/" # Location of package manifests
16
+ schedule:
17
+ interval: "monthly"
18
+ open-pull-requests-limit: 10
19
+ versioning-strategy: increase-if-necessary
20
+ commit-message:
21
+ prefix: "[deps] "
22
- package-ecosystem: "github-actions" # Check for GitHub Actions updates
23
directory: "/" # The root directory where the Ansible role is located
24
schedule:
0 commit comments