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