Skip to content

Commit 048b3e9

Browse files
Update krishnpakash.yml
Signed-off-by: Phileco <[email protected]>
1 parent f4bd138 commit 048b3e9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/krishnpakash.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,19 @@ jobs:
6363
- name: Deploy to GitHub Pages
6464
id: deployment
6565
uses: actions/deploy-pages@v4
66+
# Basic `dependabot.yml` file with
67+
# minimum configuration for three package managers version: 2 updates:
68+
# Enable version updates for npm- package-ecosystem: "npm"
69+
# Look for `package.json` and `lock` files in the `root` directory directory: "/"
70+
# Check the npm registry for updates every day (weekdays)
71+
schedule:
72+
interval: "daily"
73+
74+
# Enable version updates for Docker- package-ecosystem: "docker"
75+
# Look for a `Dockerfile` in the `root` directory
76+
directory: "/"
77+
# Check for updates once a week schedule: interval: "weekly"
78+
79+
# Enable version updates for GitHub Actions- package-ecosystem: "github-actions"
80+
# Workflow files stored in the default location of `.github/workflows`
81+
# You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`. directory: "/"schedule: interval: "weekly"

0 commit comments

Comments
 (0)