This is an automated email from the ASF dual-hosted git repository.
Kriskras99 pushed a commit to branch asf-actions-security-audit
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/asf-actions-security-audit by
this push:
new 31e62af Update dependabot: add github-actions ecosystem with cooldown
31e62af is described below
commit 31e62afd6ea9ea11c961b21ae310347b7f064281
Author: Kriskras99 <[email protected]>
AuthorDate: Mon Jul 6 15:34:59 2026 +0200
Update dependabot: add github-actions ecosystem with cooldown
---
.github/dependabot.yml | 37 +++++++++++++------------------------
1 file changed, 13 insertions(+), 24 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index a47b90c..6468865 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,26 +1,15 @@
-# 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: "cargo"
- directory: "/"
- schedule:
- interval: "daily"
- open-pull-requests-limit: 20
- commit-message:
- prefix: "chore(deps): "
+- package-ecosystem: cargo
+ directory: /
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 20
+ commit-message:
+ prefix: 'chore(deps): '
+- package-ecosystem: github-actions
+ directory: /
+ schedule:
+ interval: weekly
+ cooldown:
+ default-days: 4