From ea1789b767a9db33b76e8b0914c39e043ba51728 Mon Sep 17 00:00:00 2001 From: Paul Gessinger Date: Thu, 6 Jun 2024 22:14:38 +0200 Subject: [PATCH 1/2] ci: Add dependabot configuration --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000000..0d08e261a2a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# 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" From e69356a8a494789f54db8b7ea74d0789c4aa5548 Mon Sep 17 00:00:00 2001 From: Paul Gessinger Date: Thu, 6 Jun 2024 22:16:10 +0200 Subject: [PATCH 2/2] Update dependabot.yml --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0d08e261a2a..b552cbd5cc6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,3 @@ -# 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