mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 18:45:18 +01:00
* group dependabot updates Signed-off-by: cpanato <ctadeu@gmail.com> * upgrade to go1.22 Signed-off-by: cpanato <ctadeu@gmail.com> * fix lints Signed-off-by: cpanato <ctadeu@gmail.com> * update alpine and helm Signed-off-by: cpanato <ctadeu@gmail.com> * go mod tidy Signed-off-by: cpanato <ctadeu@gmail.com> * update goreleaser deprecated flags and config Signed-off-by: cpanato <ctadeu@gmail.com> * update dockerfile Signed-off-by: cpanato <ctadeu@gmail.com> --------- Signed-off-by: cpanato <ctadeu@gmail.com>
34 lines
605 B
YAML
34 lines
605 B
YAML
---
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: gomod
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
gomod:
|
|
update-types:
|
|
- "patch"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
actions:
|
|
update-types:
|
|
- "patch"
|
|
- "minor"
|
|
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
docker:
|
|
update-types:
|
|
- "patch"
|
|
- "minor"
|