We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99db588 commit 537bf55Copy full SHA for 537bf55
.github/dependabot.yml
@@ -17,12 +17,15 @@ updates:
17
# Ignore major version updates for now
18
ignore:
19
- dependency-name: "*"
20
- update-types: ["version-update:semver-major"]
+ update-types: [ "version-update:semver-major" ]
21
+ # Ignore net.sf.robocode dependencies (this is our own project artifact)
22
+ # The repository used to have .NET plugins with Maven projects that were
23
+ # removed in 2021. GitHub's security scanning still references these old paths.
24
+ - dependency-name: "net.sf.robocode:*"
25
26
# Maintain dependencies for GitHub Actions
27
- package-ecosystem: "github-actions"
28
directory: "/"
29
schedule:
30
interval: "weekly"
31
open-pull-requests-limit: 5
-
0 commit comments