Skip to content

Commit a5ebcd9

Browse files
authored
Update dependabot.yaml to ignore antora updates
Added ignore rules for antora dependency in npm updates. Signed-off-by: Ryan Baxter <ryan.baxter@broadcom.com>
1 parent 13f8759 commit a5ebcd9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,24 @@ updates:
4040
- package-ecosystem: npm
4141
target-branch: docs-build
4242
directory: /
43+
ignore:
44+
# antora 3.2.0-alpha.12 is not compatible with the version of node we use so do not update it
45+
- dependency-name: "antora"
4346
schedule:
4447
interval: weekly
4548
- package-ecosystem: npm
4649
target-branch: main
4750
directory: /docs
51+
ignore:
52+
# antora 3.2.0-alpha.12 is not compatible with the version of node we use so do not update it
53+
- dependency-name: "antora"
4854
schedule:
4955
interval: weekly
5056
- package-ecosystem: npm
5157
target-branch: 4.3.x
5258
directory: /docs
59+
ignore:
60+
# antora 3.2.0-alpha.12 is not compatible with the version of node we use so do not update it
61+
- dependency-name: "antora"
5362
schedule:
5463
interval: weekly

0 commit comments

Comments
 (0)