17 lines
317 B
JavaScript
17 lines
317 B
JavaScript
|
const updates_config = {
|
||
|
type: 'checks',
|
||
|
hosts: ['core', 'localhost'],
|
||
|
steps: [
|
||
|
{
|
||
|
type: 'package.updates',
|
||
|
host: 'core',
|
||
|
},
|
||
|
{
|
||
|
type: 'package.updates',
|
||
|
host: 'localhost',
|
||
|
},
|
||
|
],
|
||
|
}
|
||
|
|
||
|
module.exports = exports = updates_config
|