Barry Gordon
5288bd7193
Clarify that Dependabot does not support Maven as token-only ( #9098 )
2021-08-24 13:53:38 +00:00
Rachael Sewell
7398c30364
remove 2.21 markup ( #20954 )
2021-08-19 18:18:00 +00:00
Chris Wilson ☠️
5b4331468c
Add contact link tags ( #20308 )
2021-08-03 22:23:08 +00:00
Sarita Iyer
6bdba1c9e5
Update content/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/upgrading-from-dependabotcom-to-github-native-dependabot.md
2021-08-03 17:18:55 -04:00
Sarita Iyer
efa186a2e2
Update content/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/upgrading-from-dependabotcom-to-github-native-dependabot.md
2021-08-03 17:18:43 -04:00
Mike McDonald
2c53b8a1fb
Updating Dependabot Preview Smigration docs
2021-08-03 11:14:07 -06:00
Mike McDonald
df85a1e207
Clarifying dependabot's npm registry password requirements ( #20611 )
2021-08-02 21:03:49 +00:00
Ramya Parimi
1bb592bc8f
Merge branch 'main' into patch-2
2021-07-27 08:35:53 -05:00
Diego Assencio
8b6dfb0a00
Fix incorrect wording ( #20416 )
...
Co-authored-by: Meg Bird <megbird@github.com >
2021-07-25 21:27:02 -07:00
Steve Guntrip
3db2e89fcc
[June 28th] Dependency Graph: Support for detecting Go modules ( #19956 )
2021-07-22 16:05:21 +00:00
Clif Reeder
327b954f9b
Fix type in allow section
2021-07-16 16:53:24 -05:00
Felix Böhm
37b2dc7444
Fix typo in permission name ( #8132 )
2021-07-13 18:49:32 +00:00
Ethan Palm
87acc1a35c
Merge branch 'main' into patch-2
2021-07-13 10:56:44 -04:00
Felicity Chapman
f520e9f889
Add new article to guides + add shortTitle ( #20271 )
2021-07-13 08:00:54 +00:00
QWp6t
ae50a3e4e8
fix(about-dependabot-security-updates): typo
2021-07-01 11:18:38 -07:00
Mike McDonald
9ea839afd5
Add article 'Automating Dependabot with GitHub Actions' ( #19707 )
...
Co-authored-by: Felicity Chapman <felicitymay@github.com >
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com >
2021-07-01 06:15:54 +00:00
Felicity Chapman
6afb4b983d
Make shortTitles consistent for code security docs set ( #20139 )
2021-06-28 15:12:27 +00:00
Rachael Sewell
52cf583bdd
add short titles to frontmatter ( #20131 )
2021-06-24 11:02:53 -07:00
Scott Jungling
01e3d0f8a1
docs: properly quote wildcard character for dependency-name ( #7635 )
2021-06-24 16:41:30 +00:00
Sarah Schneider
cb12455649
ran script/content-migrations/use-short-versions.js
2021-06-24 10:21:07 -04:00
Jurre
85d37a2fe3
Dependabot: add note about IP allowlist ( #19958 )
...
* Dependabot: add note about IP allowlist
We sometimes get questions from customers using private registries about adding dependabot to their ip-allowlist. We expose the IP addresses that dependabot makes updates from in our API, this explains that
* Apply suggestions from code review
* Apply suggestions from code review
* Update content/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot.md
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com >
2021-06-17 09:57:51 +01:00
Mike McDonald
74c46de7ce
[June 16th] Dependabot no longer runs at 5AM UTC by default ( #19841 )
...
* Updating docs to no longer reference 5AM UTC default
* Update content/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates.md
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com >
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com >
2021-06-16 15:26:57 -04:00
Grace Park
6f7e4f50dc
updating content files
2021-06-14 12:06:52 -07:00
Mészáros Mátyás
2236b5775b
remove duplicate entries
...
Delete duplicate entries from the sidebar menu
2021-06-04 09:28:04 +02:00
Grace Park
22fcd56639
Merge branch 'main' into grace-change-headers
2021-06-03 20:11:55 -07:00
Lucas Costi
3d302aba24
Fix article headings before running H3->H2 script ( #19663 )
...
* Fix 'How does upgrading or downgrading affect the billing process?'
* Fix 'About Git Large File StorageAbout Git Large File Storage'
* Fix 'What happens to forks when a repository is deleted or changes visibility?'
* Fix 'Audited actions'
* Fix 'About managing vulnerable dependencies'
* Fix 'GitHub Connect Addendum to the GitHub Enterprise License Agreement'
* Fix 'GitHub Government Takedown Policy'
* Fix 'GitHub Username Policy'
* Fix 'Using the Explorer'
* Fix 'Resource limitations'
2021-06-04 10:55:43 +10:00
Mike McDonald
515107fcaf
Adding @dependabot command docs ( #19678 )
...
* Adding @dependabot command docs
* cleaned up wording
* Apply suggestions from code review
* alphabetical order + follow content model
* simplify and add link to anchor
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com >
2021-06-03 10:13:30 +00:00
Felicity Chapman
5d44e66d95
Expand topics for Code security articles in preparation for a guide sub-landing page ( #19340 )
2021-06-02 06:27:03 +00:00
mo khan
e42ebdbc23
Update content/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates.md
...
Co-authored-by: Mike McDonald <2575327+asciimike@users.noreply.github.com >
2021-05-28 14:22:17 -06:00
mo khan
071352bb5a
Update content/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates.md
...
Co-authored-by: Mike McDonald <2575327+asciimike@users.noreply.github.com >
2021-05-28 14:22:11 -06:00
mo khan
fa94681617
docs: move terraform example below rubygems
2021-05-28 13:51:37 -06:00
mo khan
bd2010497d
docs: add example of terraform-registry configuration
2021-05-26 12:01:25 -06:00
Mike McDonald
ecac77807b
Removing the constraint on using @dependabot ignore with ignore conditions ( #19439 )
2021-05-20 07:05:44 +00:00
Jason Rudolph
fbf71119d0
Dependabot Preview Migration: Describe recommended workaround for ACF_PRO_KEY ( #19432 )
2021-05-19 20:26:02 +00:00
Sarah Schneider
f7e848e0c4
ran script/content-migrations/remove-map-topics.js && script/content-migrations/update-tocs.js
2021-05-19 10:12:38 -04:00
Mike McDonald
184d37a8ff
[Mid May] Adding docs on ignore update-types ( #19039 )
2021-05-18 12:08:05 +00:00
Simran
7ae0162760
Unify YAML indent ( #6041 )
2021-05-12 22:06:35 +00:00
Janice
96e6ab6895
Merge branch 'main' into main
2021-05-10 15:03:06 -07:00
Ethan Palm
18c71b152b
Language support across GitHub products ( #18677 )
...
* Update content
* Create github-language-support.md
* Add reminder HTML comments
* Add link to supported languages article
* Add intro for GitHub's products
* Add note to list of CodeQL supported languages
* table with package managers
* Update table and add conceptual info
* Versioning to fix broken links
* Fix table layout
* Add package managers to table
* Fix versioning syntax
* Incorporate reviewer feedback
* Center table headers
* Update Dependabot features in table
* Add footnote for third-party code scanning support
* Update link
* support native markdown table alignments
* Update links for ghes2.22
* Use proper names of package managers
* Add Scala
* Adjust conceptual info
* Flip table axes
* Delete unused reusables
* Update link to Packages info
* fix merge conflict
* fix other merge conflict
* Update codeql-languages-bullets.md
* Revert "Update codeql-languages-bullets.md"
This reverts commit 69547205f5e43a8fbf3edc51c89f0f647eef285a.
* Update article topic to sentence case
Co-authored-by: Sarah Schneider <sarahs@github.com >
2021-05-10 12:35:34 -04:00
Arun Raj R
929e2311d6
Enable tag processing
2021-05-08 13:31:12 +05:30
Rachael Sewell
a926da8b08
Update topics to sentence case ( #19069 )
2021-04-30 19:30:36 -07:00
Sarita Iyer
73d7858690
Merge branch 'main' into mm-dependabot-date
2021-04-27 16:39:21 -04:00
Mike McDonald
0b85beb89a
removing domain from docs links,
2021-04-27 13:55:20 -06:00
Mike McDonald
313d08d386
Merge branch 'mm-dependabot-date' of github.com:github/docs-internal into mm-dependabot-date
2021-04-27 13:50:58 -06:00
Mike McDonald
7475f95504
Made the note a warning
2021-04-27 13:50:32 -06:00
Mike McDonald
7a8e268c7f
Update content/code-security/supply-chain-security/upgrading-from-dependabotcom-to-github-native-dependabot.md
...
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com >
2021-04-27 13:45:32 -06:00
Mike McDonald
456630273a
Update content/code-security/supply-chain-security/upgrading-from-dependabotcom-to-github-native-dependabot.md
...
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com >
2021-04-27 13:45:20 -06:00
Philip Harrison
b776d7a6ff
Fix: allow applies to both sec and version updates ( #18979 )
2021-04-27 09:23:04 +00:00
Mike McDonald
5520a9cb58
Adding a date for Dependabot shutdown
2021-04-26 19:01:58 -06:00
Sarita Iyer
3bc6dc88a0
Merge branch 'main' into dependabot-preview-shutdown
2021-04-22 11:37:14 -04:00