diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-01-05 19:24:46 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-01-05 19:24:46 -0800 |
commit | eaa87ae715acf5c7104f7fe2fd1aa84ac46872f5 (patch) | |
tree | ca4cbd08705a7f5de13ebb3fa229d801dfef60ca /.github | |
parent | 99a4db3c571698ecabc91239e374053f2a96656e (diff) | |
download | chef-eaa87ae715acf5c7104f7fe2fd1aa84ac46872f5.tar.gz |
Remove the dependabot config
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 34e52c55b7..0000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,25 +0,0 @@ -version: 2 -updates: -- package-ecosystem: bundler - directory: "/omnibus" - schedule: - interval: daily - time: "06:00" - timezone: America/Los_Angeles - open-pull-requests-limit: 10 -- package-ecosystem: bundler - target_branch: "chef-16" - directory: "/omnibus" - schedule: - interval: daily - time: "06:00" - timezone: America/Los_Angeles - open-pull-requests-limit: 10 -- package-ecosystem: bundler - target_branch: "chef-15" - directory: "/omnibus" - schedule: - interval: daily - time: "06:00" - timezone: America/Los_Angeles - open-pull-requests-limit: 10 |