Skip to content

Commit dd331b0

Browse files
committed
test: Enable Dependabot on push to master branch
The dependabot.yml file has been updated to trigger Dependabot on any push to the master branch. This will ensure dependencies are updated whenever changes are pushed to the master branch.
1 parent d1545a4 commit dd331b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Dependabot
22

33
on:
4+
push:
5+
branches:
6+
- master
47
workflow_dispatch:
58

69
permissions: write-all

0 commit comments

Comments
 (0)