Skip to content

Commit 1abb0d2

Browse files
authored
Update dependabot.yml to exclude nxdt req (#143)
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent c7eec44 commit 1abb0d2

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "docker"
4-
directory: "/"
5-
schedule:
6-
interval: "daily"
7-
- package-ecosystem: "github-actions"
8-
directory: "/"
9-
schedule:
10-
interval: "daily"
3+
- package-ecosystem: "docker"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
ignore:
8+
- dependency-name: "docker/common/nxdt_requirements.txt"
9+
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "daily"

0 commit comments

Comments
 (0)