From 645c6792c1ce37977beef05675ed0a14d3f67d50 Mon Sep 17 00:00:00 2001 From: Trent Bartlem Date: Mon, 7 Oct 2024 14:25:20 +1000 Subject: [PATCH 1/2] Create dependabot.yml Fixes #15 --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..95f20d8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + reviewers: + - "BSData/owners" + ignore: # Only suggest major updates for built-in actions + - dependency-name: "github/*" + update-types: ["version-update:semver-patch", "version-update:semver-minor"] + - dependency-name: "actions/*" + update-types: ["version-update:semver-patch", "version-update:semver-minor"] From fc6c5fdf87a71f5dc81c2dd158cf1d62a1097935 Mon Sep 17 00:00:00 2001 From: Trent Bartlem Date: Tue, 22 Oct 2024 10:26:01 +1000 Subject: [PATCH 2/2] remove reviewers --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 95f20d8..d25bce6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,6 @@ updates: directory: "/" schedule: interval: "weekly" - reviewers: - - "BSData/owners" ignore: # Only suggest major updates for built-in actions - dependency-name: "github/*" update-types: ["version-update:semver-patch", "version-update:semver-minor"]