Skip to content

Commit

Permalink
dependabot: add GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Linnane <[email protected]>
  • Loading branch information
p-linnane committed Dec 14, 2024
1 parent f76725f commit a2e98be
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
---
version: 2

updates:
- package-ecosystem: "terraform"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
allow:
- dependency-type: all
groups:
artifacts:
patterns:
- actions/*-artifact

- package-ecosystem: terraform
directory: /
schedule:
interval: daily

0 comments on commit a2e98be

Please sign in to comment.