Browse Source

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
tico88612 5 months ago
committed by GitHub
parent
commit
cd7d11fea2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 0 deletions
  1. 1
      .ansible-lint
  2. 7
      .github/dependabot.yml
  3. 1
      .yamllint

1
.ansible-lint

@ -36,3 +36,4 @@ exclude_paths:
# Generated files
- tests/files/custom_cni/cilium.yaml
- venv
- .github

7
.github/dependabot.yml

@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
labels: [ "dependencies" ]

1
.yamllint

@ -3,6 +3,7 @@ extends: default
ignore: |
.git/
.github/
# Generated file
tests/files/custom_cni/cilium.yaml

Loading…
Cancel
Save