diff options
author | LASER-Yi <[email protected]> | 2021-06-20 22:44:46 +0800 |
---|---|---|
committer | LASER-Yi <[email protected]> | 2021-06-20 22:44:46 +0800 |
commit | b0f896632a593733e0164f25386a6af4f19b3bcf (patch) | |
tree | 63342ad9717d1071d7d96dfd3337c4e883220d7e /.github | |
parent | 71a8c28dac0cf0febc7fce102d6143306379567d (diff) | |
download | bazarr-b0f896632a593733e0164f25386a6af4f19b3bcf.tar.gz bazarr-b0f896632a593733e0164f25386a6af4f19b3bcf.zip |
no log: Add github-actions in dependabot
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 98f50e335..507bf3eb4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,12 @@ updates: commit-message: prefix: "[bot]" open-pull-requests-limit: 1 + target-branch: "development" + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly' + commit-message: + prefix: "[workflow]" + open-pull-requests-limit: 1 target-branch: "development"
\ No newline at end of file |