Skip to content

Commit 1cafd64

Browse files
authored
Use dependabot to check for updates in JSON Schema test suite (#250)
Did not think that it was possible until I found the json-schema-org/JSON-Schema-Test-Suite#549
1 parent 33b1991 commit 1cafd64

File tree

2 files changed

+9
-55
lines changed

2 files changed

+9
-55
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,14 @@ updates:
2323
assignees:
2424
- 'OptimumCode'
2525
directory: '/'
26+
schedule:
27+
interval: daily
28+
- package-ecosystem: gitsubmodule
29+
directory: "/"
30+
labels:
31+
- ignore
32+
- tests
33+
assignees:
34+
- 'OptimumCode'
2635
schedule:
2736
interval: daily

.github/workflows/check-test-suite-update.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)