From f403508b3b7a5e0a01b02f1181b81a8a4f7cf103 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Tue, 18 Jun 2024 21:59:15 -0500 Subject: [PATCH] Adding `github-actions` Dependabot config. --- .github/dependabot.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..6c5f39de --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,18 @@ +# Licensed 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 +# +# https://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: github-actions + directory: / + schedule: + interval: weekly