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: