Skip to content

Commit

Permalink
ci: replace renovate with dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Nov 8, 2023
1 parent 37d6cf3 commit 97e0a61
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# 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
directory: /
schedule:
interval: daily
labels:
- bump:patch
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

- package-ecosystem: docker
directory: /
schedule:
interval: daily
labels:
- bump:patch
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
8 changes: 0 additions & 8 deletions .github/renovate.json

This file was deleted.

0 comments on commit 97e0a61

Please sign in to comment.