mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-13 06:04:13 -04:00
feat(tools): enable dependabot updates
This commit is contained in:
committed by
Oliver Eyton-Williams
parent
6599301186
commit
643cd81063
15
.github/workflows/housekeeping.yml
vendored
Normal file
15
.github/workflows/housekeeping.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Housekeeping
|
||||
|
||||
on:
|
||||
pull_request
|
||||
|
||||
jobs:
|
||||
automerge:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.actor == 'dependabot[bot]'
|
||||
steps:
|
||||
- name: 'Merge Minor SemVer Updates'
|
||||
uses: ahmadnassri/action-dependabot-auto-merge@master
|
||||
with:
|
||||
target: minor
|
||||
github-token: ${{ secrets.AUTO_MERGE_TOKEN }}
|
||||
Reference in New Issue
Block a user