This commit is contained in:
Ken Chau 2021-09-10 15:47:39 -07:00
Родитель 0d4a96ece2
Коммит 32e439f44a
2 изменённых файлов: 16 добавлений и 1 удалений

1
.github/workflows/dependabot_beachball.yml поставляемый
Просмотреть файл

@ -16,6 +16,5 @@ jobs:
# Check out the pull request HEAD
ref: ${{ github.event.pull_request.head.sha }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: npx beachball change --type patch --message "Bumping dependencies via dependabot"
- run: git push origin ${{ github.event.pull_request.default_branch }}

16
dependabot.yml Normal file
Просмотреть файл

@ -0,0 +1,16 @@
# Basic set up for three package managers
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
# Maintain dependencies for npm
- package-ecosystem: 'npm'
directory: '/'
versioning-strategy: 'widen'
schedule:
interval: 'daily'