Skip to content
Snippets Groups Projects
Unverified Commit cd7d11fe authored by tico88612's avatar tico88612 Committed by GitHub
Browse files

Feat: dependabot initial config (#11084)


* Feat: dependabot initial config

Signed-off-by: default avatartico88612 <17496418+tico88612@users.noreply.github.com>

* Feat: ignore yaml lint check .github path

Signed-off-by: default avatartico88612 <17496418+tico88612@users.noreply.github.com>

---------

Signed-off-by: default avatartico88612 <17496418+tico88612@users.noreply.github.com>
parent 23b56e3f
No related branches found
No related tags found
No related merge requests found
......@@ -36,3 +36,4 @@ exclude_paths:
# Generated files
- tests/files/custom_cni/cilium.yaml
- venv
- .github
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
labels: [ "dependencies" ]
......@@ -3,6 +3,7 @@ extends: default
ignore: |
.git/
.github/
# Generated file
tests/files/custom_cni/cilium.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment