Skip to content

Commit

Permalink
chore(release): merge main (1f872c0)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 20, 2021
2 parents e83f906 + 1f872c0 commit cc4dcf9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 32 deletions.
41 changes: 12 additions & 29 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@actions/exec": "1.0.4"
},
"devDependencies": {
"@commitlint/cli": "12.1.3",
"@commitlint/config-conventional": "12.1.3",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@types/node": "13.13.52",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "4.23.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.25.2-slim';
readonly tag = '25.26.1-slim';
readonly tagSuffix = '-slim';

image(): string {
Expand Down

0 comments on commit cc4dcf9

Please sign in to comment.