Skip to content

Commit d9a0960

Browse files
committed
Attempted config change
1 parent cff20f0 commit d9a0960

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,22 @@
9797
matchPackageNames: [ 'docker/**' ],
9898
},
9999

100+
// QualityOps decided they want all these pinned to digests. They tried to have Dependabot create PRs automatically, but as we use Renovate, do it here instead.
101+
{
102+
extends: [ 'helpers:pinGitHubActionDigests' ],
103+
matchPackageNames: [ '!actions/**' ],
104+
},
105+
{
106+
groupName: 'GitHub Actions minor version bumps',
107+
matchDepTypes: [ 'action' ],
108+
matchUpdateTypes: [ 'minor', 'patch', 'pin', 'digest' ],
109+
matchPackageNames: [ '!actions/**' ],
110+
schedule: [ '* 0-3 * * 1' ],
111+
reviewers: [
112+
/* TODO */
113+
],
114+
},
115+
100116
// Bundled, WordPress dependencies are separated from 'monorepo:wordpress' while
101117
// they're still considered unstable and can have significant breaking changes.
102118
// Since they're not externalized to WP, they have higher chance of impacting functionality.

0 commit comments

Comments
 (0)