From 9d7c744b303d8c085db4efff8389c214d9c4e0b4 Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Wed, 13 Nov 2024 14:49:17 +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@eb62991571d69caf8beddf934a8df790c9ea0749. --- .github/dependabot.yml | 8 +++++++- .github/workflows/go.yml | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 30972fd..ac63763 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,10 +3,16 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + labels: ["skip-notes"] + 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