diff options
| author | Lorenz <12514511+RincewindsHat@users.noreply.github.com> | 2023-01-09 16:55:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-09 16:55:10 +0100 |
| commit | e0ada6f11a82ed6119836482b84c8ba5df491d8f (patch) | |
| tree | 6ddcd5f7850169d82d88dca56a2e5c0dbda08b4e /.github/dependabot.yml | |
| parent | c389aa4f918aab5cf181aa2cb9dec68b3bf34d4f (diff) | |
| parent | 0899e41f5075d661153eb2c77ace1734a8f66bfa (diff) | |
| download | monitoring-plugins-e0ada6f.tar.gz | |
Merge branch 'master' into rename_output_to_cmd_output
Diffstat (limited to '.github/dependabot.yml')
| -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 | ||
