mirror of
https://github.com/valitydev/repo-file-sync-action.git
synced 2024-11-06 01:45:19 +00:00
👷 Add dependabot workflow
This commit is contained in:
parent
f4f3e42df7
commit
4ab98aecfb
16
.github/workflows/dependabot.yml
vendored
Normal file
16
.github/workflows/dependabot.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Dependabot PR CI
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 */6 * * *" # Every six hours
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
auto-merge:
|
||||
name: Auto Merge
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Merge minor/patch updates
|
||||
uses: koj-co/dependabot-pr-action@master
|
||||
with:
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
merge-minor: true
|
||||
merge-patch: true
|
Loading…
Reference in New Issue
Block a user