Skip to content

Commit d4dc67d

Browse files
Configure Dependabot to monitor GitHub actions (#322)
This PR modifies the Dependabot configuration, to have it also monitor the GitHub actions dependency versions. By submitting this pull request, I confirm that my contribution is made under the terms of the MIT-0 license.
1 parent 5f5ee2d commit d4dc67d

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,10 @@ updates:
109109
schedule:
110110
interval: "weekly"
111111
open-pull-requests-limit: 5
112-
113-
112+
- package-ecosystem: "github-actions"
113+
directory: "/"
114+
schedule:
115+
interval: "weekly"
116+
open-pull-requests-limit: 5
117+
ignore:
118+
- dependency-name: "gitleaks/gitleaks-action"

0 commit comments

Comments
 (0)