Configure Renovate #159

Merged
konrad merged 1 commits from renovate/configure into master 2020-04-05 15:11:28 +00:00
Member

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • Dockerfile (dockerfile)
  • docs/Dockerfile (dockerfile)
  • go.mod (gomod)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Separate major versions of dependencies into individual branches/PRs
  • Do not separate patch and minor upgrades into separate PRs for the same dependency
  • Upgrade to unstable versions only if the existing version is unstable
  • Raise PRs immediately (after branch is created)
  • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
  • Keep existing branches updated even when not scheduled
  • Disable automerging feature - wait for humans to merge all PRs
  • Ignore node_modules, bower_components, vendor and various test/tests directories
  • Update existing lock files only when package.json is modified
  • Autodetect whether to pin dependencies or maintain ranges
  • Rate limit PR creation to a maximum of two per hour
  • Limit to maximum 20 open PRs at any time
  • Group known monorepo packages together
  • Use curated list of recommended non-monorepo package groupings

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.


You have configured Renovate to use branch master as base branch.

What to Expect

With your current configuration, Renovate will create 1 Pull Request:

Update alpine Docker tag to v3.11
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-alpine-3.x
  • Merge into: master
  • Upgrade alpine to 3.11

⚠️ Dependency Lookup Warnings ⚠️

Please correct - or verify that you can safely ignore - these lookup failures before you merge this PR.

  • Failed to look up dependency 4d63.com/tz
  • Failed to look up dependency code.vikunja.io/web
  • Failed to look up dependency gitea.com/xorm/xorm-redis-cache
  • Failed to look up dependency github.com/alecthomas/template
  • Failed to look up dependency github.com/asaskevich/govalidator
  • Failed to look up dependency github.com/c2h5oh/datasize
  • Failed to look up dependency github.com/client9/misspell
  • Failed to look up dependency github.com/cweill/gotests
  • Failed to look up dependency github.com/dgrijalva/jwt-go
  • Failed to look up dependency github.com/fzipp/gocyclo
  • Failed to look up dependency github.com/go-redis/redis
  • Failed to look up dependency github.com/go-sql-driver/mysql
  • Failed to look up dependency github.com/go-testfixtures/testfixtures/v3
  • Failed to look up dependency github.com/gordonklaus/ineffassign
  • Failed to look up dependency github.com/imdario/mergo
  • Failed to look up dependency github.com/jgautheron/goconst
  • Failed to look up dependency github.com/labstack/echo/v4
  • Failed to look up dependency github.com/labstack/gommon
  • Failed to look up dependency github.com/laurent22/ical-go
  • Failed to look up dependency github.com/lib/pq
  • Failed to look up dependency github.com/mattn/go-sqlite3
  • Failed to look up dependency github.com/mohae/deepcopy
  • Failed to look up dependency github.com/olekukonko/tablewriter
  • Failed to look up dependency github.com/op/go-logging
  • Failed to look up dependency github.com/prometheus/client_golang
  • Failed to look up dependency github.com/samedi/caldav-go
  • Failed to look up dependency github.com/shurcooL/httpfs
  • Failed to look up dependency github.com/shurcooL/vfsgen
  • Failed to look up dependency github.com/spf13/afero
  • Failed to look up dependency github.com/spf13/cobra
  • Failed to look up dependency github.com/spf13/viper
  • Failed to look up dependency github.com/stretchr/testify
  • Failed to look up dependency github.com/swaggo/swag
  • Failed to look up dependency github.com/ulule/limiter/v3
  • Failed to look up dependency golang.org/x/crypto
  • Failed to look up dependency golang.org/x/lint
  • Failed to look up dependency gopkg.in/d4l3k/messagediff.v1
  • Failed to look up dependency gopkg.in/gomail.v2
  • Failed to look up dependency honnef.co/go/tools
  • Failed to look up dependency src.techknowlogick.com/xgo
  • Failed to look up dependency src.techknowlogick.com/xormigrate
  • Failed to look up dependency xorm.io/builder
  • Failed to look up dependency xorm.io/core
  • Failed to look up dependency xorm.io/xorm
  • Failed to look up dependency github.com/kolaente/caldav-go

Files affected: go.mod


Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR has been generated by Renovate Bot.

Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. :vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged. --- ### Detected Package Files * `Dockerfile` (dockerfile) * `docs/Dockerfile` (dockerfile) * `go.mod` (gomod) ### Configuration Summary Based on the default config's presets, Renovate will: - Start dependency updates only once this onboarding PR is merged - Separate major versions of dependencies into individual branches/PRs - Do not separate patch and minor upgrades into separate PRs for the same dependency - Upgrade to unstable versions only if the existing version is unstable - Raise PRs immediately (after branch is created) - If semantic commits detected, use semantic commit type <code>fix</code> for dependencies and <code>chore</code> for all others - Keep existing branches updated even when not scheduled - Disable automerging feature - wait for humans to merge all PRs - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories - Update existing lock files only when <code>package.json</code> is modified - Autodetect whether to pin dependencies or maintain ranges - Rate limit PR creation to a maximum of two per hour - Limit to maximum 20 open PRs at any time - Group known monorepo packages together - Use curated list of recommended non-monorepo package groupings :abcd: Would you like to change the way Renovate is upgrading your dependencies? Simply edit the `renovate.json` in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs. --- You have configured Renovate to use branch `master` as base branch. ### What to Expect With your current configuration, Renovate will create 1 Pull Request: <details> <summary>Update alpine Docker tag to v3.11</summary> - Schedule: ["at any time"] - Branch name: `renovate/docker-alpine-3.x` - Merge into: `master` - Upgrade alpine to `3.11` </details> --- ### :warning: Dependency Lookup Warnings :warning: Please correct - or verify that you can safely ignore - these lookup failures before you merge this PR. - `Failed to look up dependency 4d63.com/tz` - `Failed to look up dependency code.vikunja.io/web` - `Failed to look up dependency gitea.com/xorm/xorm-redis-cache` - `Failed to look up dependency github.com/alecthomas/template` - `Failed to look up dependency github.com/asaskevich/govalidator` - `Failed to look up dependency github.com/c2h5oh/datasize` - `Failed to look up dependency github.com/client9/misspell` - `Failed to look up dependency github.com/cweill/gotests` - `Failed to look up dependency github.com/dgrijalva/jwt-go` - `Failed to look up dependency github.com/fzipp/gocyclo` - `Failed to look up dependency github.com/go-redis/redis` - `Failed to look up dependency github.com/go-sql-driver/mysql` - `Failed to look up dependency github.com/go-testfixtures/testfixtures/v3` - `Failed to look up dependency github.com/gordonklaus/ineffassign` - `Failed to look up dependency github.com/imdario/mergo` - `Failed to look up dependency github.com/jgautheron/goconst` - `Failed to look up dependency github.com/labstack/echo/v4` - `Failed to look up dependency github.com/labstack/gommon` - `Failed to look up dependency github.com/laurent22/ical-go` - `Failed to look up dependency github.com/lib/pq` - `Failed to look up dependency github.com/mattn/go-sqlite3` - `Failed to look up dependency github.com/mohae/deepcopy` - `Failed to look up dependency github.com/olekukonko/tablewriter` - `Failed to look up dependency github.com/op/go-logging` - `Failed to look up dependency github.com/prometheus/client_golang` - `Failed to look up dependency github.com/samedi/caldav-go` - `Failed to look up dependency github.com/shurcooL/httpfs` - `Failed to look up dependency github.com/shurcooL/vfsgen` - `Failed to look up dependency github.com/spf13/afero` - `Failed to look up dependency github.com/spf13/cobra` - `Failed to look up dependency github.com/spf13/viper` - `Failed to look up dependency github.com/stretchr/testify` - `Failed to look up dependency github.com/swaggo/swag` - `Failed to look up dependency github.com/ulule/limiter/v3` - `Failed to look up dependency golang.org/x/crypto` - `Failed to look up dependency golang.org/x/lint` - `Failed to look up dependency gopkg.in/d4l3k/messagediff.v1` - `Failed to look up dependency gopkg.in/gomail.v2` - `Failed to look up dependency honnef.co/go/tools` - `Failed to look up dependency src.techknowlogick.com/xgo` - `Failed to look up dependency src.techknowlogick.com/xormigrate` - `Failed to look up dependency xorm.io/builder` - `Failed to look up dependency xorm.io/core` - `Failed to look up dependency xorm.io/xorm` - `Failed to look up dependency github.com/kolaente/caldav-go` Files affected: `go.mod` --- :question: Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://github.com/renovatebot/config-help/issues). --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
konrad closed this pull request 2020-04-05 15:11:28 +00:00
konrad deleted branch renovate/configure 2020-04-05 15:11:48 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#159
No description provided.