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 5df9681 commit 4deacebCopy full SHA for 4deaceb
.github/dependabot.yml
@@ -11,3 +11,9 @@ updates:
11
interval: "monthly"
12
commit-message:
13
prefix: "[deps] "
14
+ - package-ecosystem: "github-actions" # Check for GitHub Actions updates
15
+ directory: "/" # The root directory where the Ansible role is located
16
+ schedule:
17
+ interval: "monthly" # Check for updates weekly
18
+ commit-message:
19
+ prefix: "[ci] "
0 commit comments