1
0
mirror of synced 2025-12-31 06:02:42 -05:00
Commit Graph

142 Commits

Author SHA1 Message Date
Sarah Schneider
b7f48ea2c1 Support GHAE internal-only semantic versioning (#29178)
Co-authored-by: Peter Bengtsson <mail@peterbe.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2022-09-22 08:26:58 +02:00
Josh Johanning
068a4edcfb Fixing Azure DevOps NuGet Dependabot config examples (#20617) 2022-09-20 09:14:59 +00:00
LingMan
d99733d486 Explicitly call out that Dependabot only updates direct dependencies by default (#20684)
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
2022-09-20 09:02:43 +00:00
Sophie
0af3152b64 Merge branch 'main' into sophietheking-7792 2022-09-16 09:38:34 +02:00
Sophie
9bb3157e5e Update content/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database.md
Co-authored-by: Felicity Chapman <felicitymay@github.com>
2022-09-16 09:27:32 +02:00
Sophie
94e341d20e Update editing-security-advisories-in-the-github-advisory-database.md 2022-09-13 15:36:04 +02:00
Sophie
8b326b6910 Update editing-security-advisories-in-the-github-advisory-database.md 2022-09-13 15:35:23 +02:00
Jules
97b2b33a3e Merge branch 'main' into jules-6575 2022-09-13 11:49:47 +02:00
Jules
a52d4db6e0 Update configuring-dependabot-security-updates.md 2022-09-13 11:48:49 +02:00
Jules
b38ef39324 Update configuring-dependabot-security-updates.md 2022-09-13 11:44:08 +02:00
Sophie
b6ffe4e177 adds screenshot 2022-09-12 11:08:22 +02:00
Sophie
230ef572de adds fbv file and step to procedure 2022-09-12 10:18:44 +02:00
Sophie
0e6fc462ce [2022-09-07]: Dependabot unlocks parent dependencies on updates - [GA] (#28853)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: Brad Isbell <bradify@github.com>
2022-09-08 09:16:32 +10:00
Jon
886357006a Update maven cental link (#29221) 2022-09-05 10:43:38 +01:00
Jules Parker
761b0a16a3 updates from cd plan 2022-09-01 16:56:16 +02:00
Jules Parker
1c9a61ca1f fix typo 2022-08-29 16:48:43 +02:00
Jules Parker
5d68a14c2f updates supported repos section 2022-08-29 15:58:56 +02:00
Jeff Widman
bf439a5f86 Tweak wording based on customer feedback
Incorporate the feedback from https://github.com/dependabot/dependabot-core/issues/3341 to clarify the wording.
2022-08-23 11:50:48 -07:00
mc
aab19aebb0 [2022-08-22 - ready to ship]: Dependabot alerts: optional comment with dismissal - [GA] (#29524) 2022-08-22 17:24:35 +00:00
mc
3c6fd404c3 Add a table listing the filters, sort options and labels available for Dependabot alerts (#29466)
* made a start

* more work

* Apply suggestions from code review

Co-authored-by: Felicity Chapman <felicitymay@github.com>

* address last comments

* adjust versioning

* ooops

* hmmm

Co-authored-by: Felicity Chapman <felicitymay@github.com>
2022-08-22 09:32:36 +01:00
Junior Eluhu
b8f02ff172 adding release notes (#29927) 2022-08-16 19:03:29 +00:00
Orhan Toy
4d24a40d08 Fix typo: updatng -> updating (#29726)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2022-08-09 09:40:43 +00:00
Kate Catlin
1db3ba5838 Adding GitHub Actions as a supported ecosystem (#29454) 2022-08-04 15:54:31 +00:00
Courtney Wilson
982ae82ff7 Merge branch 'main' into patch-2 2022-08-01 16:44:32 -05:00
mc
03f868d8ac Update content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md 2022-08-01 16:03:37 +01:00
mc
e98383c13a Update content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md 2022-08-01 15:48:53 +01:00
Landon Grindheim
a9355a55c2 Note that ACR is not currently supported 2022-07-29 15:15:12 -04:00
JonZeolla
1434aec1a9 Fix github.actor examples (#19267) 2022-07-28 09:30:19 +00:00
Andy Barnes
441cfc54cf Add pull-requests: write to permissions: block (#29350) 2022-07-27 08:09:51 +00:00
Sarah Edwards
012525e673 Document triggering_actor (#28988) 2022-07-26 22:54:58 +00:00
Matt Pollard
dc2ba532b4 GitHub Enterprise Server 3.6 release candidate (#28905) 2022-07-26 18:56:17 +02:00
Benjamin Friedman Wilson
1268fee5fc small typo fix for mispelled 'updating' 2022-07-26 09:44:40 +02:00
Sarita Iyer
15c09dc0b2 Merge branch 'main' into dependabot-alerts-most-important-sort 2022-07-15 13:37:13 -04:00
Jurre
d738183157 Dependabot: explain how to allow rebases over appended commits (#29026)
* Depedabot: explain how to allow rebases over appended commits

By default Dependabot stops rebasing PRs that have been altered, in some cases (especially when setting up automations that add commits to PRs automatically), this is not desirable, and it's preferable for Dependabot to force push over those commits, removing them and having the automation re-generate them.

This is a feature that's been present in Dependabot for a while already, but has not been documented, so let's document it.

* Update content/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates.md

* Update content/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates.md

Co-authored-by: Jurre <jurre@github.com>

* Update content/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates.md

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2022-07-14 14:04:12 +00:00
Sarita Iyer
ecea5682be replace tip with note 2022-07-13 09:26:34 -04:00
Sarita Iyer
3c4200f16f add variable 2022-07-12 17:30:38 -04:00
Sarita Iyer
f6776685c7 add info + screenshot about most important sort 2022-07-12 17:15:07 -04:00
Hector Alfaro
95e6f3d3ab Deprecate GHES 3.1 (#28798)
* add 3.1 to deprecated versions

* rewrite img src to use azure blob storage in archive script

Co-authored-by: rachmari <rachmari@users.noreply.github.com>

* remove static files for ghes 3.1

* remove liquid conditionals and content for ghes 3.1

* remove outdated hardware reqs reusable

* Fix liquid conditional uncaught by script

* Close liquid conditionals missed by script

* Apply @mattpollard's suggestions

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>

Co-authored-by: rachmari <rachmari@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2022-07-11 21:17:09 +00:00
mc
d328effc2b [Already shipped] -Dependabot alerts: surface information about development dependencies - [GA] (#28615)
* made a start

* hmm hmm

* more work

* Optimize images

* improvements

* make table easier to read

* Apply suggestions from code review

Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>

* address review comments

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
2022-06-30 07:53:12 +00:00
Kate Catlin
1e48a5756d Adding Erlang as a supported language (#28754) 2022-06-28 15:44:47 +00:00
Felicity Chapman
1d2030a10a Update information on support by Dependabot version updates for Pub as it moves from beta to GA (#28047) 2022-06-21 13:15:35 -07:00
Felicity Chapman
ea601b7e31 Tidy up some outdated links and language: "vulnerable dependencies" (#28474) 2022-06-17 11:59:36 +00:00
Felicity Chapman
06e0979e34 [2022-06-15]: Advisory Database Supports Malware Advisories (beta) (#28367) 2022-06-17 12:51:16 +01:00
mc
bc85191c88 [2022-06-13]: Dependabot alerts: bulk triage via checkboxes (reopen, dismiss) - [GA] (#28129)
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
2022-06-13 18:27:00 +00:00
mc
4a376692f5 Merge branch 'main' into patch-2 2022-06-10 14:08:10 +01:00
mc
c4a1c607eb Update content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md 2022-06-10 14:03:22 +01:00
mc
77f21c80d8 Apply suggestions from code review 2022-06-10 13:54:31 +01:00
Sarah Schneider
f44578572c Ran script/content-migrations/convert-if-to-ifversion.js 2022-06-06 18:13:12 -04:00
Felicity Chapman
88f73f45af Apply suggestions from code review
Co-authored-by: hubwriter <hubwriter@github.com>
2022-06-01 12:38:57 +01:00
Felicity Chapman
a57ac25559 Add HTML comment to follow up on GHES 3.7 images 2022-06-01 11:14:17 +01:00