14 lines
415 B
YAML
14 lines
415 B
YAML
|
# https://stuff.revi.xyz/u/dependabot
|
||
|
# for documentation link
|
||
|
|
||
|
version: 2
|
||
|
updates:
|
||
|
|
||
|
# Maintain dependencies for GitHub Actions
|
||
|
- package-ecosystem: "github-actions"
|
||
|
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "weekly"
|
||
|
labels: []
|