mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add .github/dependabot.yml
This commit is contained in:
parent
4f03b1d6ff
commit
0f26cf5b93
1 changed files with 28 additions and 0 deletions
28
.github/dependabot.yml
vendored
Normal file
28
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
version: 2
|
||||
updates:
|
||||
# master branch
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
target-branch: master
|
||||
labels:
|
||||
- "test:full"
|
||||
|
||||
# 3006.x release branch
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
target-branch: 3006.x
|
||||
labels:
|
||||
- "test:full"
|
||||
|
||||
# freeze release branch
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
target-branch: freeze
|
||||
labels:
|
||||
- "test:full"
|
Loading…
Add table
Reference in a new issue