github.com/openimsdk/tools@v0.0.49/.github/dependabot.yml (about) 1 # Copyright © 2023 OpenIM. All rights reserved. 2 # 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 6 # 7 # http://www.apache.org/licenses/LICENSE-2.0 8 # 9 # Unless required by applicable law or agreed to in writing, software 10 # distributed under the License is distributed on an "AS IS" BASIS, 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 14 15 # To get started with Dependabot version updates, you'll need to specify which 16 # package ecosystems to update and where the package manifests are located. 17 # Please see the documentation for all configuration options: 18 # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates 19 20 version: 2 21 updates: 22 - package-ecosystem: "gomod" 23 directory: "/" 24 schedule: 25 interval: "daily" 26 time: "08:00" 27 labels: 28 - "dependencies" 29 commit-message: 30 prefix: "feat" 31 include: "scope" 32 groups: 33 gomod-deps: 34 patterns: 35 - "*" 36 - package-ecosystem: "github-actions" 37 directory: "/" 38 schedule: 39 interval: "daily" 40 time: "08:00" 41 labels: 42 - "dependencies" 43 commit-message: 44 prefix: "chore" 45 include: "scope" 46 groups: 47 github-actions: 48 patterns: 49 - "*" 50 - package-ecosystem: "docker" 51 directory: "/" 52 schedule: 53 interval: "daily" 54 time: "08:00" 55 labels: 56 - "dependencies" 57 commit-message: 58 prefix: "feat" 59 include: "scope"