Skip to content

Commit

Permalink
chore: change dependabot conf to open PR against main
Browse files Browse the repository at this point in the history
  • Loading branch information
demeringo committed Mar 12, 2024
1 parent 5a644f7 commit 29adab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ updates:
schedule:
interval: "daily"
# Raise pull requests for version updates against dev branch
target-branch: "dev"
target-branch: "main"
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"
target-branch: "dev"
target-branch: "main"

0 comments on commit 29adab5

Please sign in to comment.