Skip to content

Commit

Permalink
Update to Ampel v0.10 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Mar 28, 2024
1 parent 9bb8d18 commit 674cfbc
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 198 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: Dependabot auto-merge
on: pull_request

# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events
push:
pull_request:

permissions:
contents: write
pull-requests: write

jobs:
dependabot:
automerge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
Expand Down
Loading

0 comments on commit 674cfbc

Please sign in to comment.