From cd7d11fea2ea0576a6ac7dde7d0868bddcbeaf8a Mon Sep 17 00:00:00 2001 From: tico88612 <17496418+tico88612@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:34:39 +0800 Subject: [PATCH] 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> --- .ansible-lint | 1 + .github/dependabot.yml | 7 +++++++ .yamllint | 1 + 3 files changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.ansible-lint b/.ansible-lint index 18b85228d..75ae44c14 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -36,3 +36,4 @@ exclude_paths: # Generated files - tests/files/custom_cni/cilium.yaml - venv + - .github diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..56c03a193 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + labels: [ "dependencies" ] diff --git a/.yamllint b/.yamllint index 8a6245d1b..aa14324a9 100644 --- a/.yamllint +++ b/.yamllint @@ -3,6 +3,7 @@ extends: default ignore: | .git/ + .github/ # Generated file tests/files/custom_cni/cilium.yaml