Skip to content

build(deps): bump dependabot/fetch-metadata from 1.6.0 to 1.7.0 (#46) #39

build(deps): bump dependabot/fetch-metadata from 1.6.0 to 1.7.0 (#46)

build(deps): bump dependabot/fetch-metadata from 1.6.0 to 1.7.0 (#46) #39

Workflow file for this run

---
name: Auto update PR's
on: # yamllint disable-line rule:truthy
push:
branches:
- main
jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- name: Automatically update PR
uses: adRise/update-pr-branch@v0.7.2
with:
token: ${{ secrets.AUTO_MERGE_TOKEN }}
base: main
required_approval_count: 0
require_passed_checks: true
sort: created
direction: desc