diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c4aa29d..4139b32 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,12 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + labels: ["skip-notes"] + open-pull-requests-limit: 3 - package-ecosystem: gomod directory: / schedule: diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 08e5f7d..db8d6b5 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 @@ -36,5 +36,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