Re: Preparing your modules/library/plugin to be consumed by dependabot

2019-08-29 Thread Oleg Nenashev
Thanks for the investigation Gavin! I plan to document Dependabot usage guidelines eventually, and I will make sure to reflect it It can be also added to https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc somehow. BR, Oleg On Thursday, August 29, 2019 at 2:19:45 AM

Re: Preparing your modules/library/plugin to be consumed by dependabot

2019-08-28 Thread Joseph P
Hi Gavin, we actually made that change in JCasC to prepare for https://github.com/jenkins-infra/plugin-site-api/pull/54 Good that dependabot is something you can depend on 😁 Original PR https://github.com/jenkinsci/configuration-as-code-plugin/pull/1004 On Tuesday, August 27, 2019 at 6:50:38 PM

Re: Preparing your modules/library/plugin to be consumed by dependabot

2019-08-27 Thread Jesse Glick
On Tue, Aug 27, 2019 at 12:50 PM 'Gavin Mogan' via Jenkins Developers wrote: > I strongly recommend at least setting up project > scm > url For example, when using an archetype (recommended): https://github.com/jenkinsci/archetypes/blob/e546bcbb236539de7c2a958ccddfac190f44efb9/empty-plugin/src/m

Re: Preparing your modules/library/plugin to be consumed by dependabot

2019-08-27 Thread Marky Jackson
+1 > On Aug 27, 2019, at 9:50 AM, 'Gavin Mogan' via Jenkins Developers > wrote: > > Hey Ya'll, > > tl;dr - Make sure project > scm > url is set to github, (example > https://github.com/jenkinsci/configuration-as-code-plugin/blob/master/pom.xml#L41 > >

Preparing your modules/library/plugin to be consumed by dependabot

2019-08-27 Thread 'Gavin Mogan' via Jenkins Developers
Hey Ya'll, tl;dr - Make sure project > scm > url is set to github, (example https://github.com/jenkinsci/configuration-as-code-plugin/blob/master/pom.xml#L41 ) --- I thought I'd share my limited findings with all of your. A couple weeks ago I contacted dependabot support to try and find out why