Skip to content

Commit 4ae3d0a

Browse files
authored
Merge pull request #106 from openssh-rust/enable-dependabot-for-GHA
Enable dependabot for GHA
2 parents d50fb16 + 13b734f commit 4ae3d0a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "github-actions"
4+
# Workflow files stored in the
5+
# default location of `.github/workflows`
6+
directory: "/"
7+
schedule:
8+
interval: "daily"
39
- package-ecosystem: "cargo"
410
directory: "/"
511
schedule:

0 commit comments

Comments
 (0)