Skip to content

Commit

Permalink
ci: do not ignore Avalonia dependencies, configures dependabot for gi…
Browse files Browse the repository at this point in the history
…thub-actions
  • Loading branch information
just-seba committed Feb 16, 2024
1 parent fa6bb98 commit f4ac97e
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
version: 2
updates:
- package-ecosystem: nuget
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 5
interval: "weekly"
labels:
- "dependencies"
commit-message:
prefix: "build"
include: "scope"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"
commit-message:
prefix: "build"
include: "scope"
ignore:
- dependency-name: "Avalonia*"
update-types:
- "version-update:semver-minor"
- "version-update:semver-patch"

0 comments on commit f4ac97e

Please sign in to comment.