From 70ea5dc198859d6573f51eb1b4a3452b8930f9ca Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 23 Feb 2024 18:17:59 +0100 Subject: [PATCH] Keep GitHub Actions up to date with GitHub's Dependabot (#39) * Keep GitHub Actions up to date with GitHub's Dependabot Like Qiskit/qiskit#11602 * Update dependabot.yml --------- Co-authored-by: Jake Lishman --- .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..a56ba82 --- /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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + groups: + GitHub_Actions: + patterns: + - "*" # Group all Actions updates into a single larger pull request + schedule: + interval: weekly + labels: + - "type: qa" + - "dependencies" + - "Changelog: None"