diff options
| author | waja <waja@users.noreply.github.com> | 2022-11-07 17:47:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-07 17:47:30 +0100 |
| commit | 8708fd21a66656e297f1a7e6b2b679d932845ef1 (patch) | |
| tree | 080bf5d8300468280b8ad80e1e1fb1b830051d29 | |
| parent | f7f7309b99f9f0eb4176a4c7cb8e5991d23b5b74 (diff) | |
| download | monitoring-plugins-8708fd21a66656e297f1a7e6b2b679d932845ef1.tar.gz | |
Adding dependabot config which takes care of updating github actions (#1811)
| -rw-r--r-- | .github/dependabot.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..282063c4 --- /dev/null +++ b/.github/dependabot.yml | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | version: 2 | ||
| 2 | updates: | ||
| 3 | - package-ecosystem: github-actions | ||
| 4 | directory: "/" | ||
| 5 | schedule: | ||
| 6 | interval: daily | ||
| 7 | time: "04:00" | ||
| 8 | pull-request-branch-name: | ||
| 9 | separator: "-" | ||
| 10 | open-pull-requests-limit: 10 | ||
