Skip to content

Commit

Permalink
ci: create dependabot version updates config
Browse files Browse the repository at this point in the history
  • Loading branch information
wiyco committed Jun 26, 2024
1 parent f8cd4a8 commit 0f76096
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
target-branch: "develop"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
target-branch: "develop"

0 comments on commit 0f76096

Please sign in to comment.