Skip to content

Commit b4c1b8d

Browse files
Merge pull request #48 from Workiva/batch/fedx/better_dependabot
Better Dependabot
2 parents ac9191e + 2228fc6 commit b4c1b8d

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "Update Node Dependencies"
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
# Runs at 12:30 (GMT), which is 06:30 (CST), Monday through Friday.
7+
- cron: "30 12 * * MON-FRI"
8+
9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
id-token: write
13+
14+
jobs:
15+
update-deps:
16+
uses: Workiva/gha-ts/.github/workflows/update-deps.yaml@v0.1.34
17+
with:
18+
package-path: .
19+
team-reviewers: fedx

0 commit comments

Comments
 (0)