Skip to content

Commit

Permalink
Merge pull request #127 from LizardByte/add/automatic-dependabot-rebase
Browse files Browse the repository at this point in the history
Create dependabot-rebase.yml
  • Loading branch information
ReenigneArcher committed Nov 28, 2022
2 parents fbed72c + 4c85beb commit fb63d49
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/dependabot-rebase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
# This action is centrally managed in https://github.com/<organization>/.github/
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in
# the above-mentioned repo.

name: Dependabot Rebase

on:
push:
branches:
- 'nightly'

jobs:
dependabot-rebase:
name: Dependabot Rebase
runs-on: ubuntu-latest
steps:
- name: rebase
uses: "bbeesley/gha-auto-dependabot-rebase@v1.2.0"
env:
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}

0 comments on commit fb63d49

Please sign in to comment.