Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit d2504e7

Browse files
chore: update dependabot config for V3-experimental branch (#1322)
* chore: update dependabot config for V3-experimental branch * formatting * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * exclude from owlbot * Revert "🦉 Updates from OwlBot post-processor" This reverts commit 8ebf680. --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 9cfa1c3 commit d2504e7

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
version: 2
2+
23
updates:
34
- package-ecosystem: "maven"
45
directory: "/"
@@ -17,3 +18,16 @@ updates:
1718
# it via template in the synthtool repository.
1819
ignore:
1920
- dependency-name: "*"
21+
22+
# rules for the `V3-experimental` branch
23+
- package-ecosystem: maven
24+
directory: "/"
25+
schedule:
26+
interval: daily
27+
commit-message:
28+
# Prefix all commit messages with "deps: "
29+
prefix: "deps"
30+
open-pull-requests-limit: 10
31+
target-branch: "V3-experimental"
32+
labels:
33+
- "V3 dependencies"

owlbot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@
5252
'.kokoro/nightly/integration.cfg',
5353
'.kokoro/nightly/java11-integration.cfg',
5454
'.kokoro/requirements.in',
55-
'.kokoro/requirements.txt'
55+
'.kokoro/requirements.txt',
56+
'.github/dependabot.yml'
5657
])

0 commit comments

Comments
 (0)