diff options
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1d662ce..4c39a33 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,8 @@ version: 2 updates: - - package-ecosystem: "github-actions" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "github-actions" + directory: "/" schedule: interval: "weekly" commit-message: - prefix: "actions" + prefix: "ci" |
