Skip to content

Commit

Permalink
Add dependabot configuration to target staging branch (#3280)
Browse files Browse the repository at this point in the history
* Add dependabot configuration to target staging branch

* Add documentation link
  • Loading branch information
kepae authored Dec 17, 2024
1 parent aab35bc commit d751272
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Configure Dependabot to target the staging branch of this repository.
# See configuration options:
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
target-branch: "staging"
schedule:
interval: "weekly"

0 comments on commit d751272

Please sign in to comment.