Skip to content
Snippets Groups Projects
Unverified Commit bde7c550 authored by Samuel Guillemet's avatar Samuel Guillemet
Browse files

:construction_worker: Add github actions to dependabot

parent 746ee5d8
No related branches found
No related tags found
1 merge request!16🚀 RELEASE: Bump to 0.2.1
...@@ -10,3 +10,13 @@ updates: ...@@ -10,3 +10,13 @@ updates:
schedule: schedule:
interval: "weekly" interval: "weekly"
target-branch: "develop" target-branch: "develop"
commit-message:
prefix: " "
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "develop"
commit-message:
prefix: " "
...@@ -16,7 +16,7 @@ jobs: ...@@ -16,7 +16,7 @@ jobs:
with: with:
github-token: "${{ secrets.GITHUB_TOKEN }}" github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs - name: Enable auto-merge for Dependabot PRs
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}} if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.package-ecosystem == 'github-actions'}}
run: gh pr merge --auto --merge "$PR_URL" run: gh pr merge --auto --merge "$PR_URL"
env: env:
PR_URL: ${{github.event.pull_request.html_url}} PR_URL: ${{github.event.pull_request.html_url}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment