Skip to content

Commit

Permalink
Feat: dependabot initial config (kubernetes-sigs#11084)
Browse files Browse the repository at this point in the history
* Feat: dependabot initial config

Signed-off-by: tico88612 <[email protected]>

* Feat: ignore yaml lint check .github path

Signed-off-by: tico88612 <[email protected]>

---------

Signed-off-by: tico88612 <[email protected]>
  • Loading branch information
tico88612 authored and pedromcpedro committed May 8, 2024
1 parent 2533cbd commit d3cceba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ exclude_paths:
# Generated files
- tests/files/custom_cni/cilium.yaml
- venv
- .github
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
labels: [ "dependencies" ]
1 change: 1 addition & 0 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ extends: default

ignore: |
.git/
.github/
# Generated file
tests/files/custom_cni/cilium.yaml

Expand Down

0 comments on commit d3cceba

Please sign in to comment.