From b4eed594dd4614e7c106ac111c0357ff1b6b31dc Mon Sep 17 00:00:00 2001 From: "octoherd-stoe[bot]" <121860383+octoherd-stoe[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 16:23:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20@dependabot=20config=20(#53)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: octoherd-stoe[bot] <121860383+octoherd-stoe[bot]@users.noreply.github.com> --- .github/dependabot.yml | 6 ++--- .github/workflows/dependabot-combine-prs.yml | 23 ++++++++++++++++++++ 2 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 .github/workflows/dependabot-combine-prs.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2f975db..d75ccd2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,16 +7,14 @@ updates: day: 'saturday' timezone: 'Europe/Berlin' commit-message: - prefix: '🆙 action' + prefix: '⬆️ action' labels: - 'github-action :robot:' - package-ecosystem: 'gomod' directory: '/' schedule: - interval: 'weekly' - day: 'saturday' - timezone: 'Europe/Berlin' + interval: 'monthly' commit-message: prefix: '🆙 go' include: 'scope' diff --git a/.github/workflows/dependabot-combine-prs.yml b/.github/workflows/dependabot-combine-prs.yml new file mode 100644 index 0000000..4ca85ab --- /dev/null +++ b/.github/workflows/dependabot-combine-prs.yml @@ -0,0 +1,23 @@ +name: combine-dependabot-prs + +on: + schedule: + # run every Friday at 00:42 UTC + - cron: '42 0 * * 5' + workflow_dispatch: + +permissions: + contents: write + pull-requests: write + checks: read + +jobs: + combine-prs: + runs-on: ubuntu-latest + + steps: + - name: combine-prs + id: combine-prs + uses: github/combine-prs@8e631fc3eb9337039c61b2b89219bf2a2259a4d6 + with: + pr_title: 🤖 Combined Dependabot PRs