Skip to content

Commit 5dccc4e

Browse files
authored
Merge pull request #127 from vyas-n/feat/add-dependabot-config
feat: add dependabot config
2 parents 7efaaa8 + 8fc13f8 commit 5dccc4e

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/dependabot.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
# Dependabot Config Ref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
version: 2
4+
updates:
5+
- package-ecosystem: github-actions
6+
directory: /
7+
schedule:
8+
interval: daily

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 10
2121
steps:
22-
- uses: actions/[email protected].2
22+
- uses: actions/[email protected].4
2323
- run: |
2424
helm lint --strict
25-
integration-stest:
25+
integration-test:
2626
name: Integration Test
2727
runs-on: ubuntu-latest
2828
timeout-minutes: 10
2929
steps:
30-
- uses: actions/[email protected].2
30+
- uses: actions/[email protected].4
3131
- uses: AbsaOSS/[email protected]
3232
name: Create K3D Cluster with Container Registry
3333
with:

0 commit comments

Comments
 (0)