File tree Expand file tree Collapse file tree 3 files changed +21
-64
lines changed Expand file tree Collapse file tree 3 files changed +21
-64
lines changed Original file line number Diff line number Diff line change 1+ # The documentation for all configuration options:
2+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
4+ version : 2
5+ updates :
6+ - package-ecosystem : " maven"
7+ directory : " ssh-learner" # Location of package manifests
8+ schedule :
9+ interval : " daily"
10+
11+ - package-ecosystem : " github-actions"
12+ # Workflow files stored in the
13+ # default location of `.github/workflows`
14+ directory : " /"
15+ schedule :
16+ interval : " weekly"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1212 <maven .compiler.target>17</maven .compiler.target>
1313 </properties >
1414
15-
1615 <dependencies >
1716 <dependency >
1817 <groupId >com.github.protocolfuzzing</groupId >
2524 <version >2.10.1</version >
2625 </dependency >
2726 </dependencies >
27+
2828 <build >
2929 <finalName >ssh-learner</finalName >
3030 <sourceDirectory >src</sourceDirectory >
7575 <plugin >
7676 <groupId >com.diffplug.spotless</groupId >
7777 <artifactId >spotless-maven-plugin</artifactId >
78- <version >2.35.0 </version >
78+ <version >2.44.4 </version >
7979 <configuration >
8080 <java >
8181 <endWithNewline />
82- <trimTrailingWhitespace />
82+ <formatAnnotations />
8383 <importOrder />
8484 <removeUnusedImports />
85+ <trimTrailingWhitespace />
8586 <!-- <palantirJavaFormat /> -->
8687 </java >
8788 </configuration >
105106 </plugin >
106107 </plugins >
107108 </build >
108- </project >
109+ </project >
You can’t perform that action at this time.
0 commit comments