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>pull/11117/head
parent
23b56e3f89
commit
cd7d11fea2
|
@ -36,3 +36,4 @@ exclude_paths:
|
||||||
# Generated files
|
# Generated files
|
||||||
- tests/files/custom_cni/cilium.yaml
|
- tests/files/custom_cni/cilium.yaml
|
||||||
- venv
|
- venv
|
||||||
|
- .github
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
labels: [ "dependencies" ]
|
Loading…
Reference in New Issue