Skip to content

Commit 53e5760

Browse files
authored
Merge pull request #569 from atombrella/feature/actions_improvement
Add support for github action updates from dependabot
2 parents 8fbbf74 + 4bd6540 commit 53e5760

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ updates:
99
interval: "daily"
1010
allow:
1111
- dependency-name: "github.com/hashicorp/packer-plugin-sdk"
12-
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"

0 commit comments

Comments
 (0)