Skip to content

Commit 1ed1717

Browse files
Disable non-security related dependabot PRs (#1240)
1 parent bd235f7 commit 1ed1717

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,4 @@ updates:
1414
directory: "/"
1515
schedule:
1616
interval: "weekly"
17-
ignore:
18-
- dependency-name: "ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd" # manually updated
19-
- dependency-name: "golangci/golangci-lint-action"
20-
versions:
21-
- ">=7.0.0" # versions from 7.0.0 only support golangci-lint v2.x.x
17+
open-pull-requests-limit: 0 # Disable non-security version updates

0 commit comments

Comments
 (0)