1
0
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:
Ludovic Fernandez
2026-05-22 02:32:02 +02:00
committed by GitHub
parent 28d0a191bb
commit 97c8387e66
3 changed files with 37 additions and 52 deletions

View File

@@ -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