Skip to content

Commit d358e89

Browse files
committed
chore: update dependabot to 12.2.2
1 parent 0255d18 commit d358e89

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7-
ignore:
7+
allow:
88
- dependency-name: "*"
9+
update-types:
10+
- "version-update:semver-minor"
11+
- "version-update:semver-patch"
12+
# Old Dependency-Check majors can lose compatibility with the NVD API.
13+
- dependency-name: "org.owasp:dependency-check-maven"
914
update-types: ["version-update:semver-major"]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
<plugin>
249249
<groupId>org.owasp</groupId>
250250
<artifactId>dependency-check-maven</artifactId>
251-
<version>8.1.2</version>
251+
<version>12.2.2</version>
252252
<configuration>
253253
<skipSystemScope>true</skipSystemScope>
254254
</configuration>

0 commit comments

Comments
 (0)