Re: Github fork issue with dependabot

2020-08-16 Thread John Patrick
I think it's a bug with dependabot at github, so have raised it as such with them. >From what I can tell the .github/dependabot.yml is the configuration part but it also has an approval part to enable and disable under the projects settings. Under my fork's settings, dependabot is disabled, so it

Re: Github fork issue with dependabot

2020-08-14 Thread Gary Gregory
I think the way it works is that when you forked the Commons Lang repo, you the whole repo of course including its .github folder which means you therefore asked for the Dependabot to run since its configuration file is there. Obviously if you do not want Dependabot to run, then just disable it (r

Re: Github fork issue with dependabot

2020-08-14 Thread Gary Gregory
Typo: I think the way it works is that when you forked the Commons Lang repo, you *copied* the whole repo of course including its .github folder which means you therefore asked for the Dependabot to run since its configuration file is there. On Fri, Aug 14, 2020 at 11:19 PM Gary Gregory wrote:

Re: Github fork issue with dependabot

2020-08-14 Thread Rob Tompkins
> On Aug 14, 2020, at 7:56 PM, John Patrick wrote: > > Cheers for that Giles, > I read those emails as PR's raised at say > https://github.com/apache/commons-lang and dependabot, which I > understand. > I'm talking about my fork for commons-lang at > https://github.com/nhojpatrick/commons-lan

Re: Github fork issue with dependabot

2020-08-14 Thread John Patrick
Cheers for that Giles, I read those emails as PR's raised at say https://github.com/apache/commons-lang and dependabot, which I understand. I'm talking about my fork for commons-lang at https://github.com/nhojpatrick/commons-lang. Dependabot appears to have been authorised against my fork without

Re: Github fork issue with dependabot

2020-08-14 Thread Gilles Sadowski
Hi. Le sam. 15 août 2020 à 00:02, John Patrick a écrit : > > I've just noticed a load of pull requests that have been auto created > by dependabot, for changes to be merged into my forked version of > master. > > For commons-lang I've 20 PR's, commons-logging 10 PR's, I've not > checked all the o

Github fork issue with dependabot

2020-08-14 Thread John Patrick
I've just noticed a load of pull requests that have been auto created by dependabot, for changes to be merged into my forked version of master. For commons-lang I've 20 PR's, commons-logging 10 PR's, I've not checked all the other commons forks I've got. They are getting automatically closed once