Skip to content

Bump actions/download-artifact from 5 to 6 #2

Bump actions/download-artifact from 5 to 6

Bump actions/download-artifact from 5 to 6 #2

name: Dependabot Auto Manage
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: frequenz-floss/dependabot-auto-approve@v1
with:
dependency-type: 'all'
auto-merge: 'true'
add-label: 'auto-merged'