diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-29 15:32:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 15:32:18 +0000 |
| commit | d3311d494fe6574c8cb41106b017ec34b4251d2e (patch) | |
| tree | 966e269526a532e55441ca6dffb1f10ff15a67bf /.github | |
| parent | aceef00e451a4b2d542c40e914fc70c19ea3b339 (diff) | |
Upgrade to GitHub-native Dependabot (#1144)
* Upgrade to GitHub-native Dependabot
* remove ignores
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..209c95d6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: +- package-ecosystem: gomod + directory: "/" + schedule: + interval: weekly + day: saturday + time: "02:00" + timezone: Canada/Eastern + open-pull-requests-limit: 10 +- package-ecosystem: docker + directory: "/" + schedule: + interval: weekly + day: saturday + time: "02:00" + timezone: Canada/Eastern + open-pull-requests-limit: 10 |
