diff options
author | Kurt McKee <contactme@kurtmckee.org> | 2023-06-10 15:01:41 -0500 |
---|---|---|
committer | Kurt McKee <contactme@kurtmckee.org> | 2023-06-10 15:03:58 -0500 |
commit | 0164dd026912bececde5bd94e45bd23bfce07327 (patch) | |
tree | 7e6cf9f8d0437917039bc6b1044c5f69ba1a4d93 /.github/dependabot.yml | |
parent | 99e1014ff1d039cf37e75e1facdae57399c58074 (diff) | |
download | nextcloud-server-0164dd026912bececde5bd94e45bd23bfce07327.tar.gz nextcloud-server-0164dd026912bececde5bd94e45bd23bfce07327.zip |
Add a Dependabot configuration to autoupdate GitHub action versions
Signed-off-by: Kurt McKee <contactme@kurtmckee.org>
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e70f3e1e0f6..4fa8a215ac1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -171,3 +171,12 @@ updates: # ignore all GitHub linguist patch updates - dependency-name: "*" update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"] + +# GitHub Actions +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Paris |