Skip to content

Commit

Permalink
Merge pull request #127 from vyas-n/feat/add-dependabot-config
Browse files Browse the repository at this point in the history
feat: add dependabot config
  • Loading branch information
vyas-n authored May 20, 2024
2 parents 7efaaa8 + 8fc13f8 commit 5dccc4e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].4
- run: |
helm lint --strict
integration-stest:
integration-test:
name: Integration Test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].4
- uses: AbsaOSS/[email protected]
name: Create K3D Cluster with Container Registry
with:
Expand Down

0 comments on commit 5dccc4e

Please sign in to comment.