Skip to content

Commit

Permalink
chore(release): merge main (d586d9e)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 15, 2021
2 parents c47aa3a + d586d9e commit 941947a
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 85 deletions.
158 changes: 78 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
},
"homepage": "https://github.com/renovatebot/github-action#readme",
"dependencies": {
"@actions/core": "1.3.0",
"@actions/exec": "1.0.4"
"@actions/core": "1.4.0",
"@actions/exec": "1.1.0"
},
"devDependencies": {
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@types/node": "13.13.52",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@typescript-eslint/parser": "4.26.1",
"@vercel/ncc": "0.28.6",
"concurrently": "6.2.0",
"eslint": "7.28.0",
Expand Down
2 changes: 1 addition & 1 deletion src/docker.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Docker {
readonly repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker
readonly tag = '25.41.0-slim';
readonly tag = '25.41.1-slim';
readonly tagSuffix = '-slim';

image(): string {
Expand Down

0 comments on commit 941947a

Please sign in to comment.