Skip to content

Commit

Permalink
Merge pull request #102 from articulate/ci/dependabot-groups
Browse files Browse the repository at this point in the history
ci(dependabot): setup group updates
  • Loading branch information
mloberg committed Oct 10, 2023
2 parents b5ec34b + 9fb187b commit cc6851e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
25 changes: 18 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "monthly"

- package-ecosystem: "gomod"
directory: "/"
interval: monthly
groups:
actions:
patterns:
- "*"
- package-ecosystem: gomod
directory: /
open-pull-requests-limit: 25
schedule:
interval: "monthly"
interval: monthly
groups:
terraform:
patterns:
- github.com/hashicorp/*
test:
patterns:
- github.com/jarcoal/httpmock
- github.com/stretchr/testify
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ jobs:
max-parallel: 1
matrix:
terraform:
- '1.2.9'
- '1.3.9'
- '1.4.6'
- '1.5.3'
- '1.5.7'
- '1.6.0'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
Expand Down

0 comments on commit cc6851e

Please sign in to comment.