diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..00dad74
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
+version: 2
+updates:
+- package-ecosystem: maven
+ directory: "/"
+ schedule:
+ interval: monthly
+ open-pull-requests-limit: 50
diff --git a/.github/workflows/add-pr-to-project.yml b/.github/workflows/add-pr-to-project.yml
new file mode 100644
index 0000000..0b1643a
--- /dev/null
+++ b/.github/workflows/add-pr-to-project.yml
@@ -0,0 +1,18 @@
+name: Add PRs to Dependabot PRs dashboard
+
+on:
+ pull_request:
+ types:
+ - opened
+ - labeled
+
+jobs:
+ add-to-project:
+ name: Add PR to dashboard
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/add-to-project@v0.5.0
+ with:
+ project-url: https://github.com/orgs/OpenLiberty/projects/26
+ github-token: ${{ secrets.ADMIN_BACKLOG }}
+ labeled: dependencies
diff --git a/finish/pom.xml b/finish/pom.xml
index f6c28f9..fb3ce04 100644
--- a/finish/pom.xml
+++ b/finish/pom.xml
@@ -28,7 +28,7 @@
microprofile
- 6.0
+ 6.1
pom
provided
@@ -46,13 +46,13 @@
io.openliberty.tools
liberty-maven-plugin
- 3.8.2
+ 3.10
com.github.eirslett
frontend-maven-plugin
- 1.13.3
+ 1.15.0
src/main/frontend
diff --git a/finish/src/main/liberty/config/server.xml b/finish/src/main/liberty/config/server.xml
index 81c1bff..b6f6541 100644
--- a/finish/src/main/liberty/config/server.xml
+++ b/finish/src/main/liberty/config/server.xml
@@ -6,10 +6,10 @@
jsonp-2.1
-
-
+
+
-
+
diff --git a/start/pom.xml b/start/pom.xml
index 1bfc602..6408b34 100644
--- a/start/pom.xml
+++ b/start/pom.xml
@@ -28,7 +28,7 @@
microprofile
- 6.0
+ 6.1
pom
provided
@@ -46,12 +46,12 @@
io.openliberty.tools
liberty-maven-plugin
- 3.8.2
+ 3.10
com.github.eirslett
frontend-maven-plugin
- 1.13.3
+ 1.15.0
src/main/frontend
diff --git a/start/src/main/liberty/config/server.xml b/start/src/main/liberty/config/server.xml
index 81c1bff..b6f6541 100644
--- a/start/src/main/liberty/config/server.xml
+++ b/start/src/main/liberty/config/server.xml
@@ -6,10 +6,10 @@
jsonp-2.1
-
-
+
+
-
+