Skip to content

Commit 5732ab4

Browse files
Watson1978kenhys
andauthored
CI: add v1.19 branch to Dependabot config (#5294)
**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: This PR adds the `v1.19` branch to the Dependabot configuration for GitHub Actions. To ensure that the maintenance branch (`v1.19`) is also kept up-to-date with the latest action updates, similar to the `master` branch. Ref. https://docs.github.com/en/code-security/tutorials/secure-your-dependencies/customizing-dependabot-prs#targeting-pull-requests-against-a-non-default-branch **Docs Changes**: N/A **Release Note**: N/A --------- Signed-off-by: Shizuo Fujita <fujita@clear-code.com> Co-authored-by: Kentaro Hayashi <kenhys@gmail.com>
1 parent dda7a26 commit 5732ab4

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
version: 2
22
updates:
3+
# master branch
34
- package-ecosystem: 'github-actions'
45
directory: '/'
56
schedule:
6-
interval: 'weekly'
7+
interval: 'monthly'
8+
9+
# v1.19 branch
10+
- package-ecosystem: 'github-actions'
11+
directory: '/'
12+
target-branch: 'v1.19'
13+
schedule:
14+
interval: 'monthly'

0 commit comments

Comments
 (0)