Skip to content

Commit

Permalink
Add Dependabot configuration
Browse files Browse the repository at this point in the history
Add configuration for Dependabot to automatically update dependencies,
if possible. Updates are currently managed to GitHub Actions as well as
Cargo.toml based Rust dependencies.
  • Loading branch information
d-e-s-o committed Feb 11, 2024
1 parent 43f0564 commit 54acfec
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright (C) 2024 The apca Developers
# SPDX-License-Identifier: GPL-3.0-or-later

# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: github-actions
open-pull-requests-limit: 25
rebase-strategy: auto
directory: /
schedule:
interval: daily
- package-ecosystem: cargo
versioning-strategy: auto
directory: /
schedule:
interval: daily

0 comments on commit 54acfec

Please sign in to comment.