Feat: dependabot initial config (#11084)
* Feat: dependabot initial config Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com> * Feat: ignore yaml lint check .github path Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com> --------- Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
@ -36,3 +36,4 @@ exclude_paths:
|
||||
# Generated files
|
||||
- tests/files/custom_cni/cilium.yaml
|
||||
- venv
|
||||
- .github
|
||||
|
7
.github/dependabot.yml
vendored
Normal file
7
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels: [ "dependencies" ]
|
Reference in New Issue
Block a user