diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-29 20:31:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 20:31:03 +0000 |
commit | 33958a2a89e02a06f4b0c352b0f440952c85bcfa (patch) | |
tree | cf9f1e9473d028685881e3749a7ee50aebee303e /.github/dependabot.yml | |
parent | af81f40258838c119452e421498bbd007f2f8a66 (diff) | |
download | mixlib-log-33958a2a89e02a06f4b0c352b0f440952c85bcfa.tar.gz |
Upgrade to GitHub-native Dependabotdependabot/add-v2-config-file
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0967c13 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: +- package-ecosystem: bundler + directory: "/" + schedule: + interval: daily + time: "06:00" + timezone: America/Los_Angeles + open-pull-requests-limit: 10 |