aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml4
-rw-r--r--.github/workflows/ci.yml2
2 files changed, 5 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 9e1c7682..82dc1ec6 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -19,3 +19,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
+- package-ecosystem: "docker"
+ directory: "/vnext/server"
+ schedule:
+ interval: "weekly"
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9c5d814b..22423cae 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
run: ./mvnw -Pmysql clean package
- name: Run tests (SQL Server)
run: ./mvnw -Psqlserver clean package
- - uses: mikepenz/action-junit-report@v4
+ - uses: mikepenz/action-junit-report@v5
with:
report_paths: "**/target/surefire-reports/TEST-*.xml"
github_token: ${{ secrets.GITHUB_TOKEN }}