|
| 1 | +# Licensed to the Apache Software Foundation (ASF) under one or more |
| 2 | +# contributor license agreements. See the NOTICE file distributed with |
| 3 | +# this work for additional information regarding copyright ownership. |
| 4 | +# The ASF licenses this file to You under the Apache License, Version 2.0 |
| 5 | +# (the "License"); you may not use this file except in compliance with |
| 6 | +# the License. You may obtain a copy of the License at |
| 7 | +# |
| 8 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | +# |
| 10 | +# Unless required by applicable law or agreed to in writing, software |
| 11 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | +# See the License for the specific language governing permissions and |
| 14 | +# limitations under the License. |
| 15 | + |
| 16 | +version: 2 |
| 17 | +updates: |
| 18 | + # Enable version updates for Go |
| 19 | + - package-ecosystem: "gomod" |
| 20 | + directory: "/" |
| 21 | + schedule: |
| 22 | + interval: "weekly" |
| 23 | + day: "monday" |
| 24 | + time: "09:00" |
| 25 | + open-pull-requests-limit: 10 |
| 26 | + reviewers: |
| 27 | + - "dubbogo/protoc-gen-go-triple-maintainers" |
| 28 | + assignees: |
| 29 | + - "dubbogo/protoc-gen-go-triple-maintainers" |
| 30 | + commit-message: |
| 31 | + prefix: "deps" |
| 32 | + include: "scope" |
| 33 | + labels: |
| 34 | + - "dependencies" |
| 35 | + - "go" |
| 36 | + ignore: |
| 37 | + # Ignore major version updates for these packages |
| 38 | + - dependency-name: "google.golang.org/protobuf" |
| 39 | + update-types: ["version-update:semver-major"] |
| 40 | + - dependency-name: "github.com/google/go-cmp" |
| 41 | + update-types: ["version-update:semver-major"] |
| 42 | + - dependency-name: "golang.org/x/xerrors" |
| 43 | + update-types: ["version-update:semver-major"] |
| 44 | + |
| 45 | + # Enable version updates for GitHub Actions |
| 46 | + - package-ecosystem: "github-actions" |
| 47 | + directory: "/" |
| 48 | + schedule: |
| 49 | + interval: "weekly" |
| 50 | + day: "monday" |
| 51 | + time: "09:00" |
| 52 | + open-pull-requests-limit: 5 |
| 53 | + reviewers: |
| 54 | + - "dubbogo/protoc-gen-go-triple-maintainers" |
| 55 | + assignees: |
| 56 | + - "dubbogo/protoc-gen-go-triple-maintainers" |
| 57 | + commit-message: |
| 58 | + prefix: "ci" |
| 59 | + include: "scope" |
| 60 | + labels: |
| 61 | + - "dependencies" |
| 62 | + - "github-actions" |
0 commit comments