0

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:

enter image description here

What have a missed here to stop these PRs being sent to my main branch?

This is very aggravating.

torek
  • 448,244
  • 59
  • 642
  • 775
secondman
  • 3,233
  • 6
  • 43
  • 66
  • If (part of) your question happens to be about Friday vs Saturday, and you're referring to 5:55pm on Friday, depending on your time zone that could be Saturday in UTC time (or some other time zone). – TTT Jul 23 '22 at 02:30
  • [This](https://github.com/github-community/community/discussions/11710) seems highly related. – TTT Jul 23 '22 at 02:41

0 Answers0