Skip to content

Commit

Permalink
Fix/dependabot updates (#1940)
Browse files Browse the repository at this point in the history
* Ignore minor and patch updates

Signed-off-by: ochikov <[email protected]>

* fix the dependabot config file

Signed-off-by: ochikov <[email protected]>

* fix the ignore field

Signed-off-by: ochikov <[email protected]>

* put ignore for all packages

Signed-off-by: ochikov <[email protected]>

---------

Signed-off-by: ochikov <[email protected]>
  • Loading branch information
ochikov authored Oct 2, 2023
1 parent 9a1b1d3 commit 892101c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,41 @@ updates:
schedule:
interval: monthly
open-pull-requests-limit: 10
ignore:
# For all packages, ignore all minor & patch updates
- dependency-name: "*"
update-types:
["version-update:semver-minor", "version-update:semver-patch"]
- package-ecosystem: npm
directory: "packages/cryptography"
schedule:
interval: monthly
open-pull-requests-limit: 10
ignore:
# For all packages, ignore all minor & patch updates
- dependency-name: "*"
update-types:
["version-update:semver-minor", "version-update:semver-patch"]
- package-ecosystem: npm
directory: "packages/proto"
schedule:
interval: monthly
open-pull-requests-limit: 10
ignore:
# For all packages, ignore all minor & patch updates
- dependency-name: "*"
update-types:
["version-update:semver-minor", "version-update:semver-patch"]
- package-ecosystem: npm
directory: "/examples"
schedule:
interval: monthly
open-pull-requests-limit: 5
ignore:
# For all packages, ignore all minor & patch updates
- dependency-name: "*"
update-types:
["version-update:semver-minor", "version-update:semver-patch"]
- package-ecosystem: npm
directory: "/examples/react-native-example"
schedule:
Expand Down

0 comments on commit 892101c

Please sign in to comment.