diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 837cc5c..9d7ce1f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,8 +6,18 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 10 + groups: + all: + update-types: + - "patch" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" open-pull-requests-limit: 10 + groups: + all: + update-types: + - "minor" + - "patch" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 03340f0..c79cf24 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: - go-version: '1.20' + go-version: '1.22' check-latest: 'true' - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/.github/workflows/use-action.yaml b/.github/workflows/use-action.yaml index bd62bd5..dab0ab5 100644 --- a/.github/workflows/use-action.yaml +++ b/.github/workflows/use-action.yaml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: - go-version: '1.20' + go-version: '1.22' check-latest: 'true' - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/go.mod b/go.mod index 49abcbc..79c042d 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/ko-build/setup-ko -go 1.20 +go 1.22