Skip to content

Commit 2ffb28d

Browse files
authored
use release drafter v4 and dependabot to updade gha as well (#750)
Signed-off-by: Olivier Lamy <[email protected]>
1 parent f5b590e commit 2ffb28d

File tree

2 files changed

+26
-21
lines changed

2 files changed

+26
-21
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,28 @@
1919
#
2020
version: 2
2121
updates:
22-
- package-ecosystem: maven
23-
directory: "/"
24-
schedule:
25-
interval: daily
26-
time: '04:00'
27-
ignore:
28-
# ignore Java 8+ dependencies
29-
- dependency-name: org.mockito:mockito-core
30-
versions:
31-
- ">= 3.0"
32-
- dependency-name: org.apache.commons:commons-lang3
33-
versions:
34-
- ">= 3.9"
35-
- dependency-name: commons-io:commons-io
36-
versions:
37-
- ">= 2.7"
38-
# Ignore Maven 3.2.1+
39-
- dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-tools
40-
versions:
41-
- ">=3.2.0"
22+
- package-ecosystem: maven
23+
directory: "/"
24+
schedule:
25+
interval: daily
26+
time: '04:00'
27+
ignore:
28+
# ignore Java 8+ dependencies
29+
- dependency-name: org.mockito:mockito-core
30+
versions:
31+
- ">= 3.0"
32+
- dependency-name: org.apache.commons:commons-lang3
33+
versions:
34+
- ">= 3.9"
35+
- dependency-name: commons-io:commons-io
36+
versions:
37+
- ">= 2.7"
38+
# Ignore Maven 3.2.1+
39+
- dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-tools
40+
versions:
41+
- ">=3.2.0"
42+
- package-ecosystem: "github-actions"
43+
directory: "/"
44+
schedule:
45+
interval: "daily"
46+
time: '04:00'

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ on:
2222
- master
2323
jobs:
2424
update_release_draft:
25-
uses: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v2
25+
uses: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v4

0 commit comments

Comments
 (0)