Skip to content

Commit 362786c

Browse files
authored
chore(dependabot): ignore react-scripts (#3597)
Refs #3596
1 parent 3c7857a commit 362786c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ updates:
4343
prefix: "chore"
4444
include: "scope"
4545
open-pull-requests-limit: 3
46+
ignore:
47+
# do not update react-scripts as we use forked version of Create React App via git submodule
48+
- dependency-name: "create-react-app/packages/react-scripts"
49+
- dependency-name: "react-scripts"
4650

4751
- package-ecosystem: "docker"
4852
# Look for a `Dockerfile` in the `root` directory

0 commit comments

Comments
 (0)