diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-01-01 00:47:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-01 00:47:42 +0000 |
commit | 2e34c0437d81e2a81e773dbc1422585519ae6a18 (patch) | |
tree | 89127f5a361180caa42fed83d53abe2122600c79 /.github | |
parent | 93893e896dde4430b5c0065673c78c9011dbda02 (diff) | |
download | chef-2e34c0437d81e2a81e773dbc1422585519ae6a18.tar.gz |
Create Dependabot config filedependabot/add-v2-config-file
Diffstat (limited to '.github')
-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 0000000000..800ecf7bd3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: +- package-ecosystem: bundler + directory: "/omnibus" + schedule: + interval: daily + time: "06:00" + timezone: America/Los_Angeles + open-pull-requests-limit: 10 |