From 2c00060ce577899f65cfa1fca5ede50e017d34f7 Mon Sep 17 00:00:00 2001 From: Dan Mills <52407433+daniel-mills-cqc@users.noreply.github.com> Date: Wed, 1 May 2024 13:11:56 +0100 Subject: [PATCH] ci: Create dependabot.yml --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..e9c3ffce --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: pip + directory: "pytket-mbqc-py" + schedule: + interval: "weekly" + target-branch: "main" + commit-message: + prefix: "ci(py-deps)" + - package-ecosystem: github-actions + directory: ".github/workflows" + schedule: + interval: "weekly" + target-branch: "main" + commit-message: + prefix: "ci(workflow-deps)"