Skip to content

Commit

Permalink
Merge pull request #14 from Homebrew/dependabot-update
Browse files Browse the repository at this point in the history
dependabot: add GitHub Actions
  • Loading branch information
p-linnane authored Dec 14, 2024
2 parents f76725f + a2e98be commit d374086
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 d374086

Please sign in to comment.