From bc0d6fe203ae437d3defcbfba9dc4a74a12d948a Mon Sep 17 00:00:00 2001 From: "Bill (William) O'Neill" <1393558+woneill@users.noreply.github.com> Date: Thu, 14 May 2026 15:40:19 -0400 Subject: [PATCH] ci(PLA-1410): Create dependabot.yaml. --- .github/dependabot.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..638d8be --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: 'pip' + directory: '/' + schedule: + interval: 'weekly' + cooldown: + default-days: 30 + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly' + cooldown: + default-days: 30