Skip to content

Commit 12515f6

Browse files
committed
fix dependabot config
1 parent b1c4396 commit 12515f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "github-actions" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
1010
schedule:
1111
interval: "monthly"

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dodgr
22
Title: Distances on Directed Graphs
3-
Version: 0.4.3.019
3+
Version: 0.4.3.020
44
Authors@R: c(
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")),
66
person("Andreas", "Petutschnig", role = "aut"),

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"codeRepository": "https://github.com/UrbanAnalyst/dodgr",
1212
"issueTracker": "https://github.com/UrbanAnalyst/dodgr/issues",
1313
"license": "https://spdx.org/licenses/GPL-3.0",
14-
"version": "0.4.3.019",
14+
"version": "0.4.3.020",
1515
"programmingLanguage": {
1616
"@type": "ComputerLanguage",
1717
"name": "R",

0 commit comments

Comments
 (0)