Skip to content

Commit

Permalink
upgrade dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: Marin Veršić <marin.versic101@gmail.com>
  • Loading branch information
mversic committed Nov 6, 2021
1 parent 53190df commit b80ba6d
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 130 deletions.
130 changes: 0 additions & 130 deletions .dependabot/config.yml

This file was deleted.

162 changes: 162 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@
version: 2

# Yaml aliases are not supported. So code generation is the thing:
#
# grep '"' Cargo.toml |
# sed -e 's/ *"//' -e 's/",//' |
# while read crate; do
# echo ' - package-ecosystem: "cargo"'
# echo ' schedule:
# echo ' interval: "daily"'
# echo ' target_branch: "iroha2-dev"'
# echo " directory: \"$crate\""
# done
update_configs:
# Maintain docker dependencies
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
target_branch: "iroha2-dev"

# Maintain cargo dependencies
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "actor"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "actor/derive"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "cli"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "client"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "client_cli"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "config"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "config/derive"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "core"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "core/docs"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "core/test_network"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "crypto"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "crypto_cli"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "data_model"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "dsl"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "futures"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "futures/derive"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "logger"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "macro"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "macro/derive"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "p2p"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "permissions_validators"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "schema"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "schema/bin"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "schema/derive"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "substrate"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "telemetry"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "version"
- package-ecosystem: "cargo"
schedule:
interval: "daily"
target_branch: "iroha2-dev"
directory: "version/derive"

0 comments on commit b80ba6d

Please sign in to comment.