Skip to content

Commit

Permalink
feat(ci): nightly job to completely clean up bazel caches
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Jan 23, 2024
1 parent 9d8593d commit 258e3b8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# https://github.com/marketplace/actions/dependabot-auto-merge
- match:
dependency_type: all
update_type: "semver:minor" # minor and patch updates
14 changes: 14 additions & 0 deletions .github/workflows/auto-merge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: auto-merge

on:
pull_request:

jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 258e3b8

Please sign in to comment.