5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00

Merge pull request #451 from wagoid/build/add-docker-to-dependabot

build: add docker to dependabot
This commit is contained in:
Wagner Santos 2022-06-16 07:51:21 -03:00 committed by GitHub
commit 978af5480f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 12 deletions

View file

@ -1,13 +1,18 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: / directory: /
schedule: schedule:
interval: monthly interval: weekly
open-pull-requests-limit: 99 open-pull-requests-limit: 99
- package-ecosystem: npm - package-ecosystem: npm
directory: / directory: /
schedule: schedule:
interval: monthly interval: weekly
open-pull-requests-limit: 99 open-pull-requests-limit: 99
- package-ecosystem: docker
directory: /
schedule:
interval: weekly

2
package-lock.json generated
View file

@ -56,7 +56,7 @@
"yaml": "^2.1.1" "yaml": "^2.1.1"
}, },
"engines": { "engines": {
"node": "v16.14.2" "node": "^v16.14.2"
} }
}, },
"node_modules/@actions/core": { "node_modules/@actions/core": {

View file

@ -12,7 +12,7 @@
"build": "rollup -c" "build": "rollup -c"
}, },
"engines": { "engines": {
"node": "v16.14.2" "node": "^v16.14.2"
}, },
"repository": { "repository": {
"type": "git", "type": "git",