Skip to content

Commit c4f6e24

Browse files
authored
Merge pull request #5 from stacknil/codex/add-dependabot-config-for-fixtures
Add Dependabot config to ignore fixture manifests
2 parents 1031759 + 1b03342 commit c4f6e24

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/tools/sbom-diff-and-risk"
5+
schedule:
6+
interval: "weekly"
7+
exclude-paths:
8+
- "examples/**"
9+
- "tests/fixtures/**"
10+
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"

0 commit comments

Comments
 (0)