Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rickstaa/action-update-semver into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
rickstaa committed Nov 8, 2023
2 parents 0911b1b + 1fbc957 commit de2cef1
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 de2cef1

Please sign in to comment.