Skip to content

Commit

Permalink
Merge pull request #97 from wandera/feature/bumps
Browse files Browse the repository at this point in the history
Dependabot grouping and lint action improvement
  • Loading branch information
coufalja authored Nov 6, 2023
2 parents dfc47da + f193e04 commit 507ee6b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
14 changes: 9 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
version: 2
updates:
- package-ecosystem: "docker"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "wandera/delta"

groups:
gomod:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "wandera/delta"

- package-ecosystem: "gomod"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "wandera/delta"

ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
cache: false
go-version-file: go.mod
- name: Lint
uses: wandera/golangci-lint-action@v3
with:
version: v1.52.2
version: v1.55.1

0 comments on commit 507ee6b

Please sign in to comment.