diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a47f72b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + cooldown: + default-days: 3 + open-pull-requests-limit: 5 + labels: + - "no changelog" + assignees: + - "robsdedude" diff --git a/changelog.d/2.test.md b/changelog.d/2.test.md new file mode 100644 index 0000000..953c78e --- /dev/null +++ b/changelog.d/2.test.md @@ -0,0 +1 @@ +Some summary of the change. \ No newline at end of file diff --git a/changelog.d/2.testing copy.md b/changelog.d/2.testing copy.md new file mode 100644 index 0000000..e3b1ff7 --- /dev/null +++ b/changelog.d/2.testing copy.md @@ -0,0 +1,3 @@ +Some summary of the change + +. \ No newline at end of file diff --git a/changelog.d/2.testing.md b/changelog.d/2.testing.md new file mode 100644 index 0000000..4670fbc --- /dev/null +++ b/changelog.d/2.testing.md @@ -0,0 +1 @@ +Some summary of the change. \ No newline at end of file