Skip to content

Commit

Permalink
enable renovate on automerge branches
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Feb 9, 2024
1 parent 1478862 commit ad9ffea
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .woodpecker/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ when:
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- renovate/auto/*

steps:
- name: build
Expand Down
1 change: 1 addition & 0 deletions .woodpecker/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ when:
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- renovate/auto/*

steps:
- name: build
Expand Down
1 change: 1 addition & 0 deletions .woodpecker/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ when:
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- renovate/auto/*

steps:
- name: assets
Expand Down
1 change: 1 addition & 0 deletions .woodpecker/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ when:
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- renovate/auto/*

steps:
- name: check-format
Expand Down
1 change: 1 addition & 0 deletions .woodpecker/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ when:
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- renovate/auto/*

runs_on: [success, failure]

Expand Down
1 change: 1 addition & 0 deletions .woodpecker/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ when:
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- renovate/auto/*

variables:
- &pytest_base
Expand Down

0 comments on commit ad9ffea

Please sign in to comment.