Skip to content

Commit

Permalink
[CI] Set main as dependabot target, replace branch names in labeler.y…
Browse files Browse the repository at this point in the history
…ml (hyperledger-iroha#4463)

Signed-off-by: Nurzhan Sakén <[email protected]>
  • Loading branch information
nxsaken authored Apr 17, 2024
1 parent 829fceb commit 06fc7ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@ version: 2

updates:
- package-ecosystem: "docker"
target-branch: "iroha2-dev"
target-branch: "main"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
target-branch: "iroha2-dev"
target-branch: "main"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "pip"
target-branch: "iroha2-dev"
target-branch: "main"
directory: "/client_cli/pytests/"
schedule:
interval: "daily"

- package-ecosystem: "cargo"
target-branch: "iroha2-dev"
target-branch: "main"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "cargo"
target-branch: "iroha2-dev"
target-branch: "main"
directory: "/default_validator/"
schedule:
interval: "daily"
6 changes: 3 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
iroha2:
- base-branch: '^iroha2.*$'
- base-branch: ['main', 'stable']

api-changes:
- all:
- base-branch: '^iroha2-dev$'
- base-branch: '^main$'
- changed-files:
- any-glob-to-any-file:
- 'docs/source/references/schema.json'
Expand All @@ -12,7 +12,7 @@ api-changes:

config-changes:
- all:
- base-branch: '^iroha2-dev$'
- base-branch: '^main$'
- changed-files:
# TODO have templates actually reflect configrations #4288
- any-glob-to-any-file: 'configs/*.template.toml'

0 comments on commit 06fc7ca

Please sign in to comment.