Merge pull request #127 from vyas-n/feat/add-dependabot-config

feat: add dependabot config
This commit is contained in:
Vyas
2024-05-20 15:00:03 -05:00
committed by GitHub
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: