We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9378e01 + 6df069b commit eb9b6a4Copy full SHA for eb9b6a4
.dependabot/config.yml
@@ -0,0 +1,9 @@
1
+version: 1
2
+update_configs:
3
+ - package_manager: 'javascript'
4
+ directory: '/'
5
+ update_schedule: 'daily'
6
+ automerged_updates:
7
+ - match:
8
+ dependency_type: 'all'
9
+ update_type: 'all'
.github/workflows/auto_approve.yml
@@ -7,9 +7,9 @@ on:
jobs:
build:
10
+ if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
11
runs-on: ubuntu-latest
12
steps:
13
- uses: hmarr/[email protected]
- if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
14
with:
15
github-token: '${{ secrets.GITHUB_TOKEN }}'
0 commit comments