File tree Expand file tree Collapse file tree 4 files changed +23
-87
lines changed
Expand file tree Collapse file tree 4 files changed +23
-87
lines changed Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+ version : 2
6+ updates :
7+ - package-ecosystem : " maven" # See documentation for possible values
8+ directory : " /" # Location of package manifests
9+ schedule :
10+ interval : " weekly"
11+ ignore :
12+ - dependency-name : " *"
13+ update-types : ["version-update:semver-major", "version-update:semver-minor"]
14+
15+ - package-ecosystem : " github-actions" # Also update Github actions
16+ directory : " /"
17+ schedule :
18+ # Check for updates to GitHub Actions every week
19+ interval : " weekly"
Original file line number Diff line number Diff line change @@ -38,24 +38,24 @@ jobs:
3838 env :
3939 MAVEN_OPTS : " -Xmx4096m -Xms2048m -XX:MaxMetaspaceSize=4096m -Xss8m"
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v6
4242
4343 - name : Set up JDK 11 for x64
44- uses : actions/setup-java@v3
44+ uses : actions/setup-java@v5
4545 with :
4646 java-version : ' 11'
4747 distribution : ' temurin'
4848 architecture : x64
4949
50- - uses : s4u/maven-settings-action@v2.8 .0
50+ - uses : s4u/maven-settings-action@v4.0 .0
5151 with :
5252 sonatypeSnapshots : true
5353
5454 - name : Build the Maven verify phase
5555 run : mvn -B -V clean verify -Prun-its -Pci
5656
5757
58- - uses : s4u/maven-settings-action@v2.8 .0
58+ - uses : s4u/maven-settings-action@v4.0 .0
5959 if : ${{ github.event_name == 'push' }}
6060 with :
6161 servers : |
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments