Skip to content

Commit 003eb25

Browse files
authored
chore: add dependabot configuration for pub package updates (#151)
1 parent 1381357 commit 003eb25

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pub
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "10:25"
8+
timezone: Europe/Berlin
9+
ignore:
10+
- dependency-name: "*"
11+
update-types: ["version-update:semver-patch"]
12+
versioning-strategy: increase

0 commit comments

Comments
 (0)