Skip to content

Commit

Permalink
dependabot - guessing on gitsubmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
mtullsen committed Jul 2, 2024
1 parent 1a8c6ff commit 887e901
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,18 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

# NOTE re open-pull-requests-limit.
# - default is 5.
# - setting to zero, not only default is 5.

version: 2
updates:
- package-ecosystem: "gitsubmodule"
directory: "/"
# - "deps/argo/"
# - "/deps/cryptol/"
# - "/deps/crucible/"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -13,24 +23,20 @@ updates:
open-pull-requests-limit: 50
# default is 5.

- package-ecosystem: "pip"
directory: "/saw-remote-api/python"
- package-ecosystem: "cargo"
directory: "/doc/rust-tutorial/code/salsa20"
schedule:
interval: "weekly"
open-pull-requests-limit: 50
# default is 5.
- package-ecosystem: "cargo"
directory: "/doc/rust-tutorial/code/salsa20"

- package-ecosystem: "pip"
directory: "/saw-remote-api/python"
schedule:
interval: "weekly"
open-pull-requests-limit: 50
# default is 5.

# The submodules:
# work (without 'submodule', ...)? best way?
# - package-ecosystem: "submodule"


- package-ecosystem: "pip"
directories:
- "/deps/argo/python"
Expand Down

0 comments on commit 887e901

Please sign in to comment.