File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 63
63
- name : Deploy to GitHub Pages
64
64
id : deployment
65
65
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"
You can’t perform that action at this time.
0 commit comments