In my .github
directory in my repo I have the following dependabot.yml
file.
version: 2
updates:
- package-ecosystem: 'github-actions'
target-branch: 'develop'
directory: '/'
schedule:
interval: 'weekly'
day: 'saturday'
- package-ecosystem: 'npm'
target-branch: 'develop'
directory: '/'
schedule:
interval: 'weekly'
day: 'saturday'
- package-ecosystem: 'composer'
target-branch: 'develop'
directory: '/'
schedule:
interval: 'weekly'
day: 'saturday'
Yet today -- Friday July 22 at 5:55 (ish) I get this PR from dependabot:
What have a missed here to stop these PRs being sent to my main branch?
This is very aggravating.