mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-06-18 01:05:47 +07:00
chore: improve workflows (#1394)
This commit is contained in:
committed by
GitHub
parent
28d0a191bb
commit
97c8387e66
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@@ -3,9 +3,13 @@ updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
interval: monthly
|
||||
cooldown:
|
||||
default-days: 7
|
||||
groups:
|
||||
github-actions:
|
||||
patterns:
|
||||
- "*" # Group all updates into a single larger pull request.
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
groups:
|
||||
@@ -14,6 +18,6 @@ updates:
|
||||
dependencies:
|
||||
dependency-type: production
|
||||
schedule:
|
||||
interval: weekly
|
||||
interval: monthly
|
||||
cooldown:
|
||||
default-days: 7
|
||||
|
||||
Reference in New Issue
Block a user