diff options
| author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-09-18 22:59:46 +0200 |
|---|---|---|
| committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-09-18 22:59:46 +0200 |
| commit | 0e70e81133c25274fe2dd2309556b41357dd759b (patch) | |
| tree | 9a680b36788ee1ad4e7ecc5ccfeb4494db9fdc72 /.github/dependabot.yml | |
| parent | ce355c80cf6054bfa5e1dcf81f9e2183ef963ee1 (diff) | |
| parent | 2ddc75e69db5a3dd379c896d8420c9af20ec1cee (diff) | |
| download | monitoring-plugins-0e70e81.tar.gz | |
Merge branch 'master' into mysql_detect_mysqldump
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..07073644 --- /dev/null +++ b/.github/dependabot.yml | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | --- | ||
| 2 | version: 2 | ||
| 3 | updates: | ||
| 4 | - package-ecosystem: github-actions | ||
| 5 | directory: "/" | ||
| 6 | schedule: | ||
| 7 | interval: daily | ||
| 8 | time: "04:00" | ||
| 9 | pull-request-branch-name: | ||
| 10 | separator: "-" | ||
| 11 | open-pull-requests-limit: 10 | ||
