From 9ab1d0cecc733fdb430cbfde957485c71c079010 Mon Sep 17 00:00:00 2001 From: Lionel Untereiner Date: Mon, 24 Jun 2024 12:39:15 +0000 Subject: [PATCH 1/2] ci: add dependabot --- .github/workflows/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 00000000..7e248436 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: +- package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + groups: + # open a single pull-request for all GitHub actions updates + github-actions: + patterns: + - '*' \ No newline at end of file From b7282393061d3b87ae958e1cb57a8465931a2664 Mon Sep 17 00:00:00 2001 From: Lionel Untereiner Date: Mon, 24 Jun 2024 16:56:00 +0200 Subject: [PATCH 2/2] add reviewer --- .github/workflows/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 7e248436..4c9c72c3 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -8,4 +8,6 @@ updates: # open a single pull-request for all GitHub actions updates github-actions: patterns: - - '*' \ No newline at end of file + - '*' + reviewers: + - "cssherman"