This commit is contained in:
parent
951f1a918f
commit
48f94dd35b
2 changed files with 29 additions and 2 deletions
27
.woodpecker/dependency-pr.yaml
Normal file
27
.woodpecker/dependency-pr.yaml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
when:
|
||||
- event: cron
|
||||
con: dependency_update
|
||||
|
||||
steps:
|
||||
- name: nix-flake-update
|
||||
image: ghcr.io/lix-project/lix:latest
|
||||
commands:
|
||||
- nix flake update
|
||||
- name: create-pr
|
||||
image: johnwalkerx/gitea-pull-request-create-plugin:latest
|
||||
pull: true
|
||||
settings:
|
||||
gitea_address: https://git.xyno.systems
|
||||
gitea_token:
|
||||
from_secret: forge_token
|
||||
owner: ${CI_REPO_OWNER}
|
||||
repo: ${CI_REPO_NAME}
|
||||
branch: ${CI_COMMIT_BRANCH}
|
||||
base_branch: main
|
||||
pr_title: Dependency Update
|
||||
pr_body: PR automatically created by Woodpecker CI
|
||||
skip_on_missing_branch: true
|
||||
skip_on_empty_branch: true
|
||||
close_pr_if_empty: true
|
||||
delete_branch_if_pr_empty: true
|
||||
delete_branch_after_merge: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue