summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-06-25 08:34:18 -0700
committerGitHub <noreply@github.com>2021-06-25 08:34:18 -0700
commit1ec157db4b74db6541b9e7dbf698509ffa08486f (patch)
tree1db38c6c065788f76e87c9dfb53a6b4c878fa3b7
parent1cc00901df56cc8b5ef0238512b2308659544f86 (diff)
parent0241f9c42dac2129266638280ade9bfd31e7e0e9 (diff)
downloadmixlib-config-1ec157db4b74db6541b9e7dbf698509ffa08486f.tar.gz
Merge pull request #107 from chef/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
-rw-r--r--.github/dependabot.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..5c16c2c
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,14 @@
+version: 2
+updates:
+- package-ecosystem: bundler
+ directory: "/"
+ schedule:
+ interval: daily
+ time: "06:00"
+ timezone: America/Los_Angeles
+ open-pull-requests-limit: 10
+ ignore:
+ - dependency-name: chefstyle
+ versions:
+ - 1.6.1
+ - 1.7.4