Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[dependabot] Configure to prevent major bump of node (#175)

* [dependabot] Configure to prevent major bump of node

* code review changes

authored by

Juan Mrad and committed by
GitHub
39b086e7 71ffb3d8

+10 -2
+10 -2
.github/dependabot.yml
··· 7 7 updates: 8 8 # Enable version updates for Docker 9 9 - package-ecosystem: "docker" 10 - directory: "/" 10 + directories: 11 + - "/" 12 + - "/client" 13 + - "/db" 14 + - "/hma" 15 + - "/nodejs-instrumentation" 11 16 schedule: 12 - interval: "weekly" 17 + interval: "weekly" 18 + ignore: 19 + - dependency-name: "node" 20 + update-types: ["version-update:semver-major"]