Skip to content

Commit 2f10c4c

Browse files
committed
Update catalog and changelog to match contribution
1 parent 7fd2852 commit 2f10c4c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Unreleased
1111
.. vendor-insert-here
1212
1313
- Update vendored schemas (2023-02-18)
14+
- The ``check-dependabot`` hook now also supports ``.github/dependabot.yaml``
15+
Thanks :user:`noorul`!
1416

1517
0.21.0
1618
------

src/check_jsonschema/catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def _githubusercontent_url(owner: str, repo: str, ref: str, path: str) -> str:
6060
"url": "https://json.schemastore.org/dependabot-2.0.json",
6161
"hook_config": {
6262
"name": "Validate Dependabot Config (v2)",
63-
"files": r"^\.github/dependabot.yml$",
63+
"files": r"^\.github/dependabot.(yml|yaml)$",
6464
"types": "yaml",
6565
},
6666
},

0 commit comments

Comments
 (0)