diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2022-04-27 07:35:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-27 07:35:36 -0400 |
| commit | cbcfc4b2d13f7dbebcad517cffa95c327cd7a1a4 (patch) | |
| tree | e7378a96c627b12f925d71c56ff7e59f8e443cb2 /.github | |
| parent | b42c10c1fb743ad6ecdb64cf58e2d1a5a5cfc420 (diff) | |
| download | x-cbcfc4b2d13f7dbebcad517cffa95c327cd7a1a4.tar.xz x-cbcfc4b2d13f7dbebcad517cffa95c327cd7a1a4.zip | |
Upgrade to GitHub-native Dependabot (#108)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..85b8ba4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: +- package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + time: "10:00" + open-pull-requests-limit: 10 |
