From 36f185cf106eee13e102e819a929368050a1a775 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 May 2026 06:17:03 +0000 Subject: [PATCH 1/2] Initial plan From bf338c1fe1600f3f3112131c65e1669cd573a26d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 May 2026 06:21:51 +0000 Subject: [PATCH 2/2] Add Dependabot config and ignore activestorage in chef-server-ctl Agent-Logs-Url: https://github.com/chef/chef-server/sessions/c346c79a-af2b-4712-910c-5538a4242602 Co-authored-by: jashaik <76031665+jashaik@users.noreply.github.com> --- .github/dependabot.yml | 53 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..e032be35d9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,53 @@ +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 + directory: "/omnibus/files/server-ctl-cookbooks/infra-server" + schedule: + interval: daily + time: "06:00" + timezone: America/Los_Angeles + open-pull-requests-limit: 10 +- package-ecosystem: bundler + directory: "/oc-chef-pedant" + schedule: + interval: daily + time: "06:00" + timezone: America/Los_Angeles + open-pull-requests-limit: 10 +- package-ecosystem: bundler + directory: "/src/chef-server-ctl" + schedule: + interval: daily + time: "06:00" + timezone: America/Los_Angeles + open-pull-requests-limit: 10 + ignore: + - dependency-name: "activestorage" +- package-ecosystem: bundler + directory: "/src/oc_bifrost/oc-bifrost-pedant" + schedule: + interval: daily + time: "06:00" + timezone: America/Los_Angeles + open-pull-requests-limit: 10 +- package-ecosystem: bundler + directory: "/src/oc_bifrost" + schedule: + interval: daily + time: "06:00" + timezone: America/Los_Angeles + open-pull-requests-limit: 10 +- package-ecosystem: bundler + directory: "/src/oc-id" + schedule: + interval: daily + time: "06:00" + timezone: America/Los_Angeles + open-pull-requests-limit: 10