Skip to content

Commit

Permalink
chore(deps): update the bundler to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Mar 7, 2023
1 parent 676a829 commit d9d9cf7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dependabot_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: bundlebot

on:
workflow_dispatch: {}
push:
branches: # TODO remove
- use-new-dependabot-bundler
schedule:
- cron: 0 0 * * 1 # every Monday at 00:00

Expand Down Expand Up @@ -29,7 +32,7 @@ jobs:
go-
- name: Install Dependabot Bundler
run: |
go install github.com/Skarlso/[email protected].15
go install github.com/Skarlso/[email protected].16
- name: Run Dependabot Bundler
run: |
dependabot-bundler \
Expand Down

0 comments on commit d9d9cf7

Please sign in to comment.