Skip to content

Commit

Permalink
Merge pull request #658 from artichoke/lopopolo/gh-dependabot-tf
Browse files Browse the repository at this point in the history
Have dependabot handle all terraform dep updates for all projects
  • Loading branch information
lopopolo authored Oct 18, 2024
2 parents 2db9bcd + 8dd79dc commit 2b1d7e0
Showing 1 changed file with 6 additions and 55 deletions.
61 changes: 6 additions & 55 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,62 +37,13 @@ updates:
- lopopolo
labels:
- A-deps
- package-ecosystem: terraform
directory: "/aws"
- package-ecosystem: "terraform"
directories:
- /aws
- /github-org-*
- /remote-state
schedule:
interval: monthly
groups:
tf-deps:
patterns:
- "*"
assignees:
- lopopolo
labels:
- A-deps
- A-terraform
- package-ecosystem: terraform
directory: "/github-org-artichoke"
schedule:
interval: monthly
groups:
tf-deps:
patterns:
- "*"
assignees:
- lopopolo
labels:
- A-deps
- A-terraform
- package-ecosystem: terraform
directory: "/github-org-artichokeruby"
schedule:
interval: monthly
groups:
tf-deps:
patterns:
- "*"
assignees:
- lopopolo
labels:
- A-deps
- A-terraform
- package-ecosystem: terraform
directory: "/github-org-artichoke-ruby"
schedule:
interval: monthly
groups:
tf-deps:
patterns:
- "*"
assignees:
- lopopolo
labels:
- A-deps
- A-terraform
- package-ecosystem: terraform
directory: "/remote-state"
schedule:
interval: monthly
interval: "monthly"
groups:
tf-deps:
patterns:
Expand Down

0 comments on commit 2b1d7e0

Please sign in to comment.