diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..a65bc2bd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,25 @@ +version: 2 + +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: weekly + day: monday + groups: + charmbracelet: + patterns: + - "github.com/charmbracelet/*" + golang-x: + patterns: + - "golang.org/x/*" + commit-message: + prefix: "deps" + + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + day: monday + commit-message: + prefix: "ci" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6796c193..b1d0e3aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: go tool cover -html=coverage.out -o coverage.html - name: Upload coverage report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-report path: |