From 7ae9d7accc760da026fcc53a3ab9fceb07c0d57c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20S=2E=20Dokken?= Date: Thu, 14 Aug 2025 14:38:59 +0000 Subject: [PATCH 1/2] Add dependabot to ensure that actions are bumped in a timely fashion --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a213296 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + - package-ecosystem: "pip" # See documentation for possible values + directory: "python/" + schedule: + interval: "weekly" + - package-ecosystem: "docker" + directory: "docker/" + schedule: + interval: "weekly" \ No newline at end of file From 13c274413c7397e7398201696188d1dc6e7c1626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Schartum=20Dokken?= Date: Sat, 16 Aug 2025 08:01:39 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Good spots by @francesco-ballarin as i am used to a specific layout Co-authored-by: Francesco Ballarin --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a213296..e7166c2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,10 +10,10 @@ updates: schedule: interval: "weekly" - package-ecosystem: "pip" # See documentation for possible values - directory: "python/" + directory: "/" schedule: interval: "weekly" - package-ecosystem: "docker" - directory: "docker/" + directory: "/" schedule: interval: "weekly" \ No newline at end of file