mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 09:52:35 +00:00
chore: add tests
This commit is contained in:
parent
394848805b
commit
e1e27cb8d2
1 changed files with 5 additions and 1 deletions
6
.github/config.js
vendored
6
.github/config.js
vendored
|
|
@ -5,7 +5,11 @@ module.exports = {
|
||||||
logLevel: 'debug',
|
logLevel: 'debug',
|
||||||
onboarding: false,
|
onboarding: false,
|
||||||
platform: 'github',
|
platform: 'github',
|
||||||
repositories: ['renovatebot/github-action'],
|
repositories: [
|
||||||
|
'renovatebot/github-action',
|
||||||
|
'renovate-tests/cocoapods1',
|
||||||
|
'renovate-tests/gomod1',
|
||||||
|
],
|
||||||
packageRules: [
|
packageRules: [
|
||||||
{
|
{
|
||||||
description: 'lockFileMaintenance',
|
description: 'lockFileMaintenance',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue