Skip to content

Commit a2d68ac

Browse files
authored
add dependabot.yml (#15)
1 parent e71b5d1 commit a2d68ac

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: weekly

lambdapi-stdlib.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
synopsis: "Lambdapi library on natural numbers, integers and polymorphic lists"
2+
synopsis: "Standard library of Lambdapi"
33
description: """
44
This package provides a Lambdapi library on natural numbers,
55
integers and polymorphic lists (in intuitionistic first-order logic).

0 commit comments

Comments
 (0)