From e34cd6723d48beae1d92fda5fc648e497b6d8cef Mon Sep 17 00:00:00 2001 From: SeamusGrafana <102023327+SeamusGrafana@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:52:39 +0000 Subject: [PATCH 1/2] [chore] - Add Dependabot Config to Bump Package Dependencies --- .github/dependabot.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..a6107ab7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + commit-message: + prefix: "chore(deps): " + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 10 + commit-message: + prefix: "chore(deps): " + - package-ecosystem: 'npm' + directory: '/pkg/web/' + schedule: + interval: 'daily' + open-pull-requests-limit: 10 + commit-message: + prefix: "chore(deps): " From ebe189a56673f6cba735238b202fa5407a8dce80 Mon Sep 17 00:00:00 2001 From: SeamusGrafana <102023327+SeamusGrafana@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:45:54 +0000 Subject: [PATCH 2/2] Add Config for Docker --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a6107ab7..8e4d6e6f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,12 @@ version: 2 updates: + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + commit-message: + prefix: "chore(deps): " - package-ecosystem: "github-actions" directory: "/" schedule: