From 618ccc2e4aba07f13ed8d18d7c6e9d83f3bc6914 Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Wed, 13 Nov 2024 02:15:51 +0000 Subject: [PATCH] =?UTF-8?q?Sync=20repo=20templates=20=E2=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sync with coreos/repo-templates@3c01a56d08adc675e9228790ba096be2d9e14963. --- .github/dependabot.yml | 7 ++++++- .github/workflows/go.yml | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 30972fd..9f23e25 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,10 +3,15 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 3 - package-ecosystem: gomod directory: / schedule: - interval: weekly + interval: monthly open-pull-requests-limit: 10 labels: - kind/dependency diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8f2559e..25dc3ef 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,7 @@ jobs: name: Test strategy: matrix: - go-version: [1.18.x, 1.19.x, 1.20.x] + go-version: [1.22.x, 1.23.x] runs-on: ubuntu-latest steps: - name: Set up Go 1.x @@ -38,5 +38,5 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v3 with: - version: v1.52.2 + version: v1.61.0 args: -E=gofmt --timeout=30m0s