Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
automatic_updates
Merge requests
!960
Issue
#3387656
: Package name schema regex fails on 11.x
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3387656
: Package name schema regex fails on 11.x
issue/automatic_updates-3387656:3387656-package-name-schema
into
3.0.x
Overview
3
Commits
7
Pipelines
2
Changes
1
2 unresolved threads
Hide all comments
Merged
Ted Bowman
requested to merge
issue/automatic_updates-3387656:3387656-package-name-schema
into
3.0.x
1 year ago
Overview
3
Commits
7
Pipelines
2
Changes
1
2 unresolved threads
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
fcb770db
Prev
Next
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
fcb770db
fix pattern
· fcb770db
Ted Bowman
authored
1 year ago
package_manager/config/schema/package_manager.schema.yml
+
1
−
1
Options
@@ -4,7 +4,7 @@ package_name:
@@ -4,7 +4,7 @@ package_name:
constraints
:
constraints
:
Regex
:
Regex
:
# @see https://getcomposer.org/schema.json
# @see https://getcomposer.org/schema.json
pattern
:
'
/^[a-z0-9]([_.-]?[a-z0-9]+)*/[a-z0-9](([_.]|-{1,2})?[a-z0-9]+)*$/'
pattern
:
'
/^[a-z0-9]([_.-]?[a-z0-9]+)*
\
/[a-z0-9](([_.]|-{1,2})?[a-z0-9]+)*$/'
package_manager.settings
:
package_manager.settings
:
type
:
config_object
type
:
config_object
Loading