From 8fc13f8d0d39e0fea60115e6dd53cdc5eac8ac3b Mon Sep 17 00:00:00 2001 From: Vyas Nellutla Date: Wed, 24 Apr 2024 23:37:02 -0500 Subject: [PATCH] feat: add dependabot config Signed-off-by: Vyas Nellutla --- .github/dependabot.yaml | 8 ++++++++ .github/workflows/ci.yaml | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..c5535fe --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,8 @@ +--- +# Dependabot Config Ref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2e42968..d24c025 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,15 +19,15 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.4 - run: | helm lint --strict - integration-stest: + integration-test: name: Integration Test runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.4 - uses: AbsaOSS/k3d-action@v2.4.0 name: Create K3D Cluster with Container Registry with: