We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7165c04 commit 9130a60Copy full SHA for 9130a60
.github/dependabot.yml
@@ -15,6 +15,9 @@ updates:
15
schedule:
16
interval: daily
17
open-pull-requests-limit: 10
18
+ ignore:
19
+ - dependency-name: "@nextcloud/vue" # until we move to vue 3
20
+ - dependency-name: "@nextcloud/dialogs" # until we move to vue 3
21
- package-ecosystem: "github-actions"
22
directory: "/"
23
0 commit comments