diff options
author | Simon L <szaimen@e.mail.de> | 2023-06-13 00:05:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-13 00:05:57 +0200 |
commit | 7903b42d71aac57b01402ed7ba28168b913c8ee3 (patch) | |
tree | 1e5094603fc66471da9701fd14f93c47c6b5112a | |
parent | 63bf207ca7a18dd50ce3aeaea42e53f4ee400fc0 (diff) | |
parent | 0164dd026912bececde5bd94e45bd23bfce07327 (diff) | |
download | nextcloud-server-7903b42d71aac57b01402ed7ba28168b913c8ee3.tar.gz nextcloud-server-7903b42d71aac57b01402ed7ba28168b913c8ee3.zip |
Merge pull request #38737 from kurtmckee/add-dependabot-for-actions
Add a Dependabot configuration to autoupdate GitHub action versions
-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 |