1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-05 10:37:47 +02:00

chore: enable dependabot for updating release-please (#465)

This commit is contained in:
Jeff Ching
2022-04-20 08:25:24 -07:00
committed by GitHub
parent 5cff14e4b8
commit 3278f16569

16
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
commit-message:
prefix: "fix"
rebase-strategy: "auto"
schedule:
interval: "daily"
allow:
- dependency-name: "release-please"