From 340170f569d4a155c163c92ee3623432a4efbce2 Mon Sep 17 00:00:00 2001 From: "njzjz-bot[bot]" <48687836+njzjz-bot@users.noreply.github.com> Date: Sat, 23 Mar 2024 04:01:20 -0400 Subject: [PATCH 1/2] CI: Setup Dependabot for GitHub Actions See https://github.com/njzjz-bot/njzjz-bot/issues/2. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..5ace4600a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From 45debe24bda3e910cd3ce0b490c10d0b00913728 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Sat, 23 Mar 2024 04:15:06 -0400 Subject: [PATCH 2/2] set target-branch Signed-off-by: Jinzhe Zeng --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace4600a..5855aef6c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,4 @@ updates: directory: "/" schedule: interval: "weekly" + target-branch: "devel"