Skip to content

fix(self-hosted): enable air-gapped use by disabling online check of … #1560

fix(self-hosted): enable air-gapped use by disabling online check of …

fix(self-hosted): enable air-gapped use by disabling online check of … #1560

name: Rebase Dependabot stale PRs
on:
push:
branches:
- main
workflow_dispatch:
jobs:
rebase-dependabot:
runs-on: ubuntu-latest
environment: "protected branches"
steps:
- name: "Rebase open Dependabot PR"
uses: orange-buffalo/dependabot-auto-rebase@v1
with:
api-token: ${{ secrets.GH_ACCESS_TOKEN }}
repository: ${{ github.repository }}