This is an automated email from the ASF dual-hosted git repository. bossenti pushed a commit to branch chore/configure-renovate in repository https://gitbox.apache.org/repos/asf/streampipes-website.git
commit f85058b5ecda66918fb318e01b3057cb1a3d8a66 Author: bossenti <[email protected]> AuthorDate: Tue Dec 27 21:29:01 2022 +0100 configure dependabot for streampipes-website --- .github/dependabot.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..ec1ad98d --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,31 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"] + - package-ecosystem: "npm" + directory: "/documentation/website" + schedule: + interval: "daily" + ignore: + - dependency-name: "*" + update-types: [ "version-update:semver-patch" ] \ No newline at end of file
