mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 13:38:32 +00:00
6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
import { regEx } from '../../../util/regex';
|
|
|
|
export const googleRegex = regEx(
|
|
/(((eu|us|asia)\.)?gcr\.io|[a-z0-9-]+-docker\.pkg\.dev)/,
|
|
);
|