We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a669f commit 12d3794Copy full SHA for 12d3794
.github/dependabot.yaml
@@ -49,6 +49,9 @@ updates:
49
versions: ['3.6.1', '3.6.2']
50
- dependency-name: 'com.sap.cloud.security:env'
51
52
+ # needs Java 21
53
+ - dependency-name: 'com.puppycrawl.tools:checkstyle'
54
+ versions: [ ">=13.0.0" ]
55
56
# archetype updates
57
# Dependabot seems to be unable to handle those, so this is disabled for now
0 commit comments