diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f8ba261..9d0bebb 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 e882750..696e006 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,7 +34,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check modules run: go mod verify - name: Build