diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e1d1cc7..bb436fe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,13 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + dependencies: + applies-to: version-updates + dependency-type: production + update-types: + - minor + - patch - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 880d548..433d9da 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,4 +25,4 @@ jobs: - name: Build with Maven run: mvn -B package --file pom.xml - name: Codecov - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v5.3.1