Skip to content

Commit

Permalink
🤖 @dependabot config (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: octoherd-stoe[bot] <121860383+octoherd-stoe[bot]@users.noreply.github.com>
  • Loading branch information
octoherd-stoe[bot] authored Apr 30, 2023
1 parent 5fddb3a commit b4eed59
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
23 changes: 23 additions & 0 deletions .github/workflows/dependabot-combine-prs.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b4eed59

Please # to comment.