feat: add dependabot config

Signed-off-by: Vyas Nellutla <me@vyas-n.com>
This commit is contained in:
Vyas Nellutla
2024-04-24 23:37:02 -05:00
parent d6bc315183
commit 8fc13f8d0d
2 changed files with 11 additions and 3 deletions

8
.github/dependabot.yaml vendored Normal file
View File

@@ -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

View File

@@ -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: