Skip to content

Commit

Permalink
Adding dependabot utility actions
Browse files Browse the repository at this point in the history
  • Loading branch information
brewdente committed Dec 7, 2023
1 parent e7d3e6f commit efde17d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Empty file.
13 changes: 13 additions & 0 deletions .github/workflows/dependabot-branch-rebase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Dependabot Branch Rebase"

on:
push:
branches:
- development
workflow_dispatch:

jobs:
rebase-branch:
name: "Rebase Development onto Dependabot Branch"
uses: mParticle/mparticle-workflows/.github/workflows/dependabot-rebase-development.yml@stable
secrets: inherit

0 comments on commit efde17d

Please sign in to comment.