summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-06-25 08:34:27 -0700
committerGitHub <noreply@github.com>2021-06-25 08:34:27 -0700
commita4ad67758e88e5fa1fa7732d6bc31b97c79bb2ac (patch)
treecdd7b2f9dfeed4f2d1274e3d84e26c2f6d99e4d9
parent85ecda1b294073602ad610eaeeaef46fa63ff900 (diff)
parent1ddd67b2bc6a1873aedd06b7093c639edfddf4f4 (diff)
downloadmixlib-authentication-a4ad67758e88e5fa1fa7732d6bc31b97c79bb2ac.tar.gz
Merge pull request #57 from chef/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
-rw-r--r--.github/dependabot.yml9
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