mirror of
https://github.com/helm/chart-releaser.git
synced 2026-02-05 09:45:23 +01:00
update dependabot config and pin to released tag (#520)
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
committed by
GitHub
parent
f18fcc4c11
commit
f51c54d85d
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@@ -22,3 +22,13 @@ updates:
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
groups:
|
||||
docker:
|
||||
update-types:
|
||||
- "patch"
|
||||
- "minor"
|
||||
|
||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-go-
|
||||
|
||||
- uses: chainguard-dev/actions/goimports@main
|
||||
- uses: chainguard-dev/actions/goimports@5363dd9eb48083bbf7674a4bbe62d71c3b230edd # v1.1.2
|
||||
|
||||
- name: Login to registry
|
||||
if: github.repository == 'helm/chart-releaser'
|
||||
|
||||
Reference in New Issue
Block a user