Skip to content

Commit 23ad54b

Browse files
committed
Add a submodule to the referencing suite.
(Let's see if we regret this over subtree, but dependabot can keep submodules and not subtrees up to date right now.)
1 parent e56e190 commit 23ad54b

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
8+
- package-ecosystem: "gitsubmodule"
9+
directory: "/"
10+
schedule:
11+
interval: "daily"

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "suite"]
2+
path = suite
3+
url = https://github.com/python-jsonschema/referencing-suite

suite

Submodule suite added at 047f16f

0 commit comments

Comments
 (0)