diff --git a/.forgejo/workflows/renovate.yaml b/.forgejo/workflows/renovate.yaml deleted file mode 100644 index 752621e..0000000 --- a/.forgejo/workflows/renovate.yaml +++ /dev/null @@ -1,27 +0,0 @@ -name: Renovate - -on: - schedule: - # Run daily at 6:00 AM UTC - - cron: '0 6 * * *' - workflow_dispatch: - -jobs: - renovate: - runs-on: ubuntu-latest - container: - image: renovate/renovate:latest - steps: - - name: Checkout code - uses: https://github.com/actions/checkout@v4 - - - name: Run Renovate - env: - RENOVATE_PLATFORM: forgejo - RENOVATE_ENDPOINT: ${{ secrets.FORGEJO_ENDPOINT }} - RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} - RENOVATE_GIT_AUTHOR: Renovate Bot - RENOVATE_AUTODISCOVER: false - LOG_LEVEL: info - run: | - renovate graham/towerops-agent diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index c507d44..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly"