aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-07-17 00:02:35 -0500
committerGitHub <[email protected]>2026-07-17 00:02:35 -0500
commit84df8cb6d41377e0d224101dce16e89a2a2dd75a (patch)
tree8123bcfc736c017e75f42c15b1d4578a68ccbd1d
parent4fcf49a6443d8d921188ea29d1845da752ecd558 (diff)
parent8216f5ee4765204b038348ec9c20b40bdd2cecda (diff)
downloaddomain-dig-84df8cb6d41377e0d224101dce16e89a2a2dd75a.tar.gz
domain-dig-84df8cb6d41377e0d224101dce16e89a2a2dd75a.tar.bz2
domain-dig-84df8cb6d41377e0d224101dce16e89a2a2dd75a.zip
Merge pull request #2 from zerolabsco/ccleberg-patch-1
Set package ecosystem to 'swift' in dependabot config
-rw-r--r--.github/dependabot.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..07c4e28
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,11 @@
+# To get started with Dependabot version updates, you'll need to specify which
+# package ecosystems to update and where the package manifests are located.
+# Please see the documentation for all configuration options:
+# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
+
+version: 2
+updates:
+ - package-ecosystem: "swift" # See documentation for possible values
+ directory: "/" # Location of package manifests
+ schedule:
+ interval: "weekly"