We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048b3e9 commit 66dbddfCopy full SHA for 66dbddf
.github/workflows/krishnpakash.yml
@@ -68,12 +68,8 @@ jobs:
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: "/"
+ # Enable version updates for Docker- package-ecosystem: "docker"
+ # Look for a `Dockerfile` in the `root` directory directory: "/"
77
# Check for updates once a week schedule: interval: "weekly"
78
79
# Enable version updates for GitHub Actions- package-ecosystem: "github-actions"
0 commit comments