Skip to content

Commit

Permalink
Added dependabot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Murmeldyret committed Sep 16, 2024
1 parent aa9b063 commit d0d31bf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Daily Scheduled Bump
on:
workflow_dispatch:
schedule:
- cron: '00 00 * * 1-5'

jobs:
update:
runs-on: ubuntu-latest
container:
image: ghcr.io/steinwurf/dependabot-waf-runner:master
env:
LOCAL_GITHUB_ACCESS_TOKEN: ${{ secrets.LOCAL_GITHUB_ACCESS_TOKEN }}
GITHUB_REPO: ${{ github.repository }}
steps:
- name: Update dependencies
run: cd /home/dependabot/dependabot-waf-runner && bundle exec ruby ./update.rb

0 comments on commit d0d31bf

Please sign in to comment.