mitre-attack / attack-website

MITRE ATT&CK Website
https://attack.mitre.org
Apache License 2.0
488 stars 144 forks source link

Update Dependabot Configuration to Target 'develop' Branch #433

Closed seansica closed 1 year ago

seansica commented 1 year ago

Issue Description

Currently, our Dependabot configuration opens pull requests targeting the 'master' branch by default. However, we would like to update this behavior and have Dependabot open pull requests targeting the 'develop' branch instead.

Solution

To implement this change, we need to add a Dependabot configuration file. The configuration file specifies the package ecosystems and their respective update schedules. By modifying the file, we can set the target branch to 'develop' for each package ecosystem.